docker-compose: clean up dev-override

pull/1/head
radex 2023-08-18 16:38:41 +02:00
parent 23244bdf24
commit cc6f00da08
1 changed files with 7 additions and 3 deletions

View File

@ -3,9 +3,13 @@ services:
web:
environment:
- SPEJSTORE_ENV=dev
- SPEJSTORE_ALLOWED_HOSTS=localhost,127.0.0.1
- SPEJSTORE_CLIENT_ID=inventory
- SPEJSTORE_DB_NAME=postgres
- SPEJSTORE_DB_PASSWORD=postgres
- SPEJSTORE_DB_USER=postgres
- SPEJSTORE_DB_PASSWORD=postgres
- SPEJSTORE_DB_HOST=db
# - SPEJSTORE_DB_PORT=
- SPEJSTORE_ALLOWED_HOSTS=localhost,127.0.0.1
# - SPEJSTORE_CLIENT_ID=
# - SPEJSTORE_SECRET=
# - SPEJSTORE_MEDIA_ROOT=
# - SPEJSTORE_REQUIRE_AUTH=true