1
0
Fork 0
spejstore/docker-compose.dev-override...

18 lines
517 B
YAML
Raw Normal View History

version: "3"
services:
web:
environment:
- SPEJSTORE_ENV=dev
- SPEJSTORE_DB_NAME=postgres
- SPEJSTORE_DB_USER=postgres
2023-08-18 14:38:41 +00:00
- SPEJSTORE_DB_PASSWORD=postgres
- SPEJSTORE_DB_HOST=db
2023-08-18 14:38:41 +00:00
# - SPEJSTORE_DB_PORT=
- SPEJSTORE_ALLOWED_HOSTS=localhost,127.0.0.1
# - SPEJSTORE_CLIENT_ID=
# - SPEJSTORE_SECRET=
# - SPEJSTORE_MEDIA_ROOT=
# - SPEJSTORE_REQUIRE_AUTH=true
2023-08-21 19:36:44 +00:00
- SPEJSTORE_OAUTH_REDIRECT_IS_HTTPS=false
2023-09-09 17:26:36 +00:00
- SPEJSTORE_PROXY_TRUSTED_IPS=172.21.37.1