mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user