mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +00:00
ops: do not publish demo db port
This commit is contained in:
parent
60275b9926
commit
a78d974ad4
1 changed files with 63 additions and 65 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue