fix(setup): add env_file overrides for postgres, redis, nats in prod compose
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
services:
|
||||
postgres:
|
||||
env_file: .env.prod
|
||||
volumes:
|
||||
- ./docker-data/postgres:/var/lib/postgresql/data
|
||||
- ./scripts/init-postgres-prod.sql:/docker-entrypoint-initdb.d/init.sql:ro
|
||||
@@ -132,6 +133,12 @@ services:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
|
||||
redis:
|
||||
env_file: .env.prod
|
||||
|
||||
nats:
|
||||
env_file: .env.prod
|
||||
|
||||
winbox-worker:
|
||||
environment:
|
||||
LOG_LEVEL: info
|
||||
|
||||
Reference in New Issue
Block a user