mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
compose: modify 1 file
Verified changes: - modify compose/demo.yml Diffstat: - 1 file changed, 63 insertions(+), 65 deletions(-)
This commit is contained in:
parent
63d0b3f1c7
commit
e81a05b9e3
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