2020-05-12 18:56:44 +00:00
|
|
|
version: "3"
|
|
|
|
services:
|
|
|
|
web:
|
|
|
|
environment:
|
|
|
|
- SPEJSTORE_ENV=dev
|
2023-08-17 12:20:39 +00:00
|
|
|
- SPEJSTORE_DB_NAME=postgres
|
|
|
|
- SPEJSTORE_DB_USER=postgres
|
2023-08-18 14:38:41 +00:00
|
|
|
- SPEJSTORE_DB_PASSWORD=postgres
|
2023-08-17 12:20:39 +00:00
|
|
|
- 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
|