mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Renamed demo environment to docker
This commit is contained in:
parent
a128f40358
commit
49d7a527f5
5 changed files with 6 additions and 6 deletions
|
@ -15,6 +15,5 @@ services:
|
|||
environment:
|
||||
# Put SQLite database in our mapped folder. You can configure some other kind of database here too.
|
||||
- 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
|
||||
# In docker env logs will be redirected to stderr
|
||||
- APP_ENV=docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue