mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -82,9 +82,13 @@ services:
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
post_script:
|
||||
image: alpine
|
||||
depends_on:
|
||||
zabbix-server:
|
||||
condition: service_started
|
||||
entrypoint: ["/sbin/apk", "add", "curl"]
|
||||
postinstall:
|
||||
image: alpine
|
||||
depends_on:
|
||||
zabbix-server:
|
||||
condition: service_started
|
||||
volumes:
|
||||
- /usr/bin/docker:/usr/bin/docker
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /share/docker_data/zabbix-server/scripts:/scripts
|
||||
entrypoint: ["/bin/sh", "/scripts/install-curl.sh"]
|
||||
Reference in New Issue
Block a user