Update postgresql port (#11)
Reviewed-on: phoenix/textsender-auth#11
This commit was merged in pull request #11.
This commit is contained in:
+2
-1
@@ -29,7 +29,8 @@ services:
|
||||
volumes:
|
||||
# Persist database data using a named volume
|
||||
- postgres_data:/var/lib/postgresql
|
||||
ports: []
|
||||
ports:
|
||||
- "5433:5432"
|
||||
healthcheck:
|
||||
# Checks if Postgres is ready to accept connections
|
||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
|
||||
|
||||
Reference in New Issue
Block a user