fix: postgres database creation
This commit is contained in:
parent
3b915384f0
commit
c82596a5ea
|
|
@ -28,8 +28,10 @@ services:
|
||||||
|
|
||||||
stat-an-postgres:
|
stat-an-postgres:
|
||||||
image: postgres:17.5
|
image: postgres:17.5
|
||||||
|
ports:
|
||||||
|
- 5432:5432
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d:rw,cached
|
- ./docker/postgres/docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d:rw,cached
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue