docker: Remove localhost exposed ports from the default config

This commit is contained in:
Steffo 2024-12-16 02:28:48 +01:00
parent 0b210c0d1f
commit c3309d737f
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -51,12 +51,6 @@ services:
- type: "volume" - type: "volume"
source: "postgres_data" source: "postgres_data"
target: "/var/lib/postgresql/data" target: "/var/lib/postgresql/data"
ports:
# FIXME: for development purposes only
- protocol: "tcp"
host_ip: "127.0.0.1"
target: 5432
published: 5432
expose: expose:
- 5432 - 5432
healthcheck: healthcheck: