changed mount location

This commit is contained in:
sotiris 2025-04-24 20:45:26 +03:00
parent c85df90325
commit d7e872ce34
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ services:
REPMGR_NODE_NETWORK_NAME: pg-primary
REPMGR_PARTNER_NODES: pg-primary,pg-replica-1,pg-replica-2
volumes:
- pg0_data:/bitnami/postgresql
- /store/new-age/data/kc-pg-data-r0:/bitnami/postgresql
networks: [keycloak-net]
deploy:
placement:
@ -77,7 +77,7 @@ services:
REPMGR_PASSWORD: ${REPMGR_PASSWORD}
REPMGR_PARTNER_NODES: pg-primary,pg-replica-1,pg-replica-2
volumes:
- pg1_data:/bitnami/postgresql
- /store/new-age/data/kc-pg-data-r1:/bitnami/postgresql
networks: [keycloak-net]
deploy:
restart_policy:
@ -99,7 +99,7 @@ services:
REPMGR_PASSWORD: ${REPMGR_PASSWORD}
REPMGR_PARTNER_NODES: pg-primary,pg-replica-1,pg-replica-2
volumes:
- pg2_data:/bitnami/postgresql
- /store/new-age/data/kc-pg-data-r2:/bitnami/postgresql
networks: [keycloak-net]
deploy:
restart_policy:

0
echo
View file