ops: do not publish demo db port

This commit is contained in:
Marco Allegretti 2026-02-01 14:53:19 +01:00
parent 60275b9926
commit a78d974ad4

View file

@ -9,8 +9,6 @@ services:
image: postgres:16 image: postgres:16
container_name: likwid-demo-db container_name: likwid-demo-db
restart: unless-stopped restart: unless-stopped
ports:
- "${DB_PORT:-5433}:5432"
environment: environment:
POSTGRES_USER: ${POSTGRES_USER:-likwid_demo} POSTGRES_USER: ${POSTGRES_USER:-likwid_demo}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-demo_secret_change_me} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-demo_secret_change_me}