compose: modify 1 file

Verified changes:
- modify compose/demo.yml

Diffstat:
- 1 file changed, 63 insertions(+), 65 deletions(-)
This commit is contained in:
Marco Allegretti 2026-02-01 14:53:19 +01:00
parent 63d0b3f1c7
commit e81a05b9e3

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}