mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
alias
This commit is contained in:
@ -51,8 +51,7 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
image: ${DOCKER_REGISTRY:-}postgres:16
|
image: ${DOCKER_REGISTRY:-}postgres:16
|
||||||
labels:
|
labels:
|
||||||
wud.watch: true
|
wud.watch: false
|
||||||
wud.watch.digest: true
|
|
||||||
restart: ${RESTART:-unless-stopped}
|
restart: ${RESTART:-unless-stopped}
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/kestra/postgres-data:/var/lib/postgresql/data
|
- /share/docker_data/kestra/postgres-data:/var/lib/postgresql/data
|
||||||
|
@ -17,6 +17,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
zabbix:
|
zabbix:
|
||||||
ipv4_address: 192.168.89.4
|
ipv4_address: 192.168.89.4
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user