2020-05-12 18:56:44 +00:00
|
|
|
version: "3"
|
|
|
|
services:
|
|
|
|
web:
|
|
|
|
environment:
|
|
|
|
- SPEJSTORE_ENV=dev
|
|
|
|
- SPEJSTORE_ALLOWED_HOSTS=localhost,127.0.0.1
|
2023-08-17 12:20:39 +00:00
|
|
|
- SPEJSTORE_CLIENT_ID=inventory
|
|
|
|
- SPEJSTORE_DB_NAME=postgres
|
|
|
|
- SPEJSTORE_DB_PASSWORD=postgres
|
|
|
|
- SPEJSTORE_DB_USER=postgres
|
|
|
|
- SPEJSTORE_DB_HOST=db
|