Remove environment variables
This commit is contained in:
parent
777e81ae43
commit
dcddb35925
@ -7,14 +7,7 @@ services:
|
|||||||
command:
|
command:
|
||||||
- "php bin/console doctrine:migrations:migrate --no-interaction"
|
- "php bin/console doctrine:migrations:migrate --no-interaction"
|
||||||
- "bash install.sh"
|
- "bash install.sh"
|
||||||
environment:
|
|
||||||
- APP_ENV=prod
|
|
||||||
- DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
|
|
||||||
- MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
|
|
||||||
# - DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app"
|
|
||||||
# - DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
|
|
||||||
# - DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8"
|
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- 80:80
|
||||||
volumes:
|
volumes:
|
||||||
- .:/var/www/html
|
- .:/var/www/html
|
Loading…
Reference in New Issue
Block a user