Expose postgres at standard port
This commit is contained in:
parent
cb46a3b6fb
commit
29c81d13a0
|
@ -4,7 +4,7 @@ services:
|
|||
environment:
|
||||
- POSTGRES_PASSWORD=<%= @db_secrets['postgres_password'] %>
|
||||
ports:
|
||||
- "5432"
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- /opt/sunet-cdn/db/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
|
||||
|
|
Loading…
Reference in a new issue