fix postgres docker compose
This commit is contained in:
@@ -24,14 +24,15 @@ services:
|
|||||||
- redpanda
|
- redpanda
|
||||||
- postgres
|
- postgres
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres:18.0-trixie
|
||||||
|
container_name: postgres
|
||||||
restart: always
|
restart: always
|
||||||
# set shared memory limit when using docker compose
|
# set shared memory limit when using docker compose
|
||||||
shm_size: 512mb
|
shm_size: 512mb
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: a552855c0d842e90895121cf614c31f950086cab
|
POSTGRES_PASSWORD: a552855c0d842e90895121cf614c31f950086cab
|
||||||
volumes:
|
volumes:
|
||||||
- postgres:/var/lib/postgresql/data
|
- postgres:/var/lib/postgresql
|
||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:5432:5432"
|
- "0.0.0.0:5432:5432"
|
||||||
redpanda:
|
redpanda:
|
||||||
|
|||||||
Reference in New Issue
Block a user