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