deploy: use external postgres
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
POSTGRES_DB=crank
|
||||
POSTGRES_USER=crank
|
||||
POSTGRES_PASSWORD=change-me
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_HOST=postgres.example.internal
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_MAX_CONNECTIONS=20
|
||||
POSTGRES_MIN_CONNECTIONS=2
|
||||
|
||||
Reference in New Issue
Block a user