build(compose.yaml): fix postgres volume mounts
This commit is contained in:
parent
5e041dfa89
commit
8d0adf7edd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user