Update docker-compose.yaml

This commit is contained in:
Jan Böhmer 2023-01-30 12:55:01 +01:00 committed by GitHub
parent 5ead9cbf61
commit 19db345935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,3 +17,4 @@ services:
- DATABASE_URL=sqlite:///%kernel.project_dir%/var/db/app.db
# In demo env logs will be redirected to stderr
- APP_ENV=demo
- APP_DEBUG=0