We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cd5df commit d68f1ceCopy full SHA for d68f1ce
2 files changed
docker-compose.prod.yml
@@ -27,6 +27,8 @@ services:
27
- REDIS_PORT=${REDIS_PORT-6379}
28
- DB_HOST=${DB_HOST-db}
29
- DB_PORT=${DB_PORT-5432}
30
+ - DB=${DB-postgres}
31
+ - DB_USER=${DB_USER-postgres}
32
- DB_PASSWORD=${DB_PASSWORD-Postgres123}
33
- ES_HOSTS=${ES_HOSTS-es:9200}
34
- ES_SCHEME=${ES_SCHEME-http}
docker-compose.yml
@@ -32,6 +32,8 @@ services:
35
36
37
38
39
0 commit comments