mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 10:16:22 +02:00
Added development environment
This commit is contained in:
parent
244107ef82
commit
7891238fae
11
.env.dist
Normal file
11
.env.dist
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Symfony application's path (absolute or relative)
|
||||||
|
SYMFONY_APP_PATH=../application
|
||||||
|
|
||||||
|
# MySQL
|
||||||
|
MYSQL_ROOT_PASSWORD=root
|
||||||
|
MYSQL_DATABASE=DEV_DATABASE
|
||||||
|
MYSQL_USER=DEV_USER
|
||||||
|
MYSQL_PASSWORD=userpass
|
||||||
|
|
||||||
|
# Timezone
|
||||||
|
TIMEZONE=Europe/Berlin
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "docker-symfony"]
|
||||||
|
path = docker-symfony
|
||||||
|
url = git@github.com:maxpou/docker-symfony.git
|
2
build.sh
Normal file
2
build.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
cp .env.dist docker-symfony/.env
|
||||||
|
(cd ./docker-symfony/ && docker-compose build && docker-compose up -d)
|
1
docker-symfony
Submodule
1
docker-symfony
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0b1c70ec5c28968bf6df629de0b4fe8649e72230
|
Loading…
x
Reference in New Issue
Block a user