mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +00:00
dev: bind postgres to localhost
This commit is contained in:
parent
b352581030
commit
2fa1ac5fdf
1 changed files with 17 additions and 17 deletions
|
|
@ -5,7 +5,7 @@ services:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
container_name: likwid-postgres
|
container_name: likwid-postgres
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "127.0.0.1:5432:5432"
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-likwid}
|
POSTGRES_USER: ${POSTGRES_USER:-likwid}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-likwid}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-likwid}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue