build(compose.yaml): fix postgres volume mounts

This commit is contained in:
Sarah Vaupel 2025-03-31 15:37:49 +02:00
parent 5e041dfa89
commit 8d0adf7edd

View File

@ -62,9 +62,9 @@ services:
- POSTGRES_HOST_AUTH_METHOD=trust
volumes:
- ./postgres/pg_hba.conf:/tmp/pg_hba.conf:ro
- .postgres/postgresql.conf:/tmp/postgresql.conf:ro
- .postgres/pgconfig.sh:/docker-entrypoint-initdb.d/_pgconfig.sh:ro
- .postgres/schema.sql:/docker-entrypoint-initdb.d/schema.sql:ro
- ./postgres/postgresql.conf:/tmp/postgresql.conf:ro
- ./postgres/pgconfig.sh:/docker-entrypoint-initdb.d/_pgconfig.sh:ro
- ./postgres/schema.sql:/docker-entrypoint-initdb.d/schema.sql:ro
memcached:
image: docker.io/library/memcached:latest