Added development environment

This commit is contained in:
Kevin Frantz 2018-09-01 17:49:18 +02:00
parent 244107ef82
commit 7891238fae
4 changed files with 17 additions and 0 deletions

11
.env.dist Normal file
View 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
View File

@ -0,0 +1,3 @@
[submodule "docker-symfony"]
path = docker-symfony
url = git@github.com:maxpou/docker-symfony.git

2
build.sh Normal file
View 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

@ -0,0 +1 @@
Subproject commit 0b1c70ec5c28968bf6df629de0b4fe8649e72230