This commit is contained in:
2025-12-06 00:59:20 +01:00
parent 4c73d641e8
commit df897ceee3

View File

@@ -80,7 +80,7 @@ services:
expose: expose:
- '5432' - '5432'
volumes: volumes:
- postgresql_data:/var/lib/postgresql - db:/var/lib/postgresql
healthcheck: healthcheck:
test: test:
- CMD-SHELL - CMD-SHELL
@@ -95,7 +95,7 @@ services:
constraints: constraints:
- node.role == manager - node.role == manager
volumes: volumes:
postgresql_data: db:
data: data:
logs: logs:
cache: cache: