mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-10-10 09:48:08 +02:00
Added development environment
This commit is contained in:
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
Submodule docker-symfony added at 0b1c70ec5c
Reference in New Issue
Block a user