mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-13 18:04:54 +01:00
Merge branch 'main' of gitlab.sectorq.eu:home/docker-compose
This commit is contained in:
@@ -72,7 +72,7 @@ services:
|
||||
deploy:
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: 'true'
|
||||
homepage.container: zabbix-server-zabbix-server-1
|
||||
homepage.container: zabbix-server_zabbix-server
|
||||
homepage.description: Monitoring server
|
||||
homepage.group: Utilities
|
||||
homepage.href: https://${APPNAME}.sectorq.eu
|
||||
@@ -108,24 +108,24 @@ services:
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == manager
|
||||
postinstall:
|
||||
image: debian:12-slim
|
||||
environment:
|
||||
PUID: '0'
|
||||
PGID: '0'
|
||||
volumes:
|
||||
- /usr/bin:/usr/bin
|
||||
- /usr/lib:/usr/lib
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- scripts:/scripts
|
||||
entrypoint:
|
||||
- /bin/sh
|
||||
- /scripts/install-curl.sh
|
||||
deploy:
|
||||
replicas: 1
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == manager
|
||||
# postinstall:
|
||||
# image: debian:12-slim
|
||||
# environment:
|
||||
# PUID: '0'
|
||||
# PGID: '0'
|
||||
# volumes:
|
||||
# - /usr/bin:/usr/bin
|
||||
# - /usr/lib:/usr/lib
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
# - scripts:/scripts
|
||||
# entrypoint:
|
||||
# - /bin/sh
|
||||
# - /scripts/install-curl.sh
|
||||
# deploy:
|
||||
# replicas: 1
|
||||
# placement:
|
||||
# constraints:
|
||||
# - node.role == manager
|
||||
volumes:
|
||||
db:
|
||||
certs:
|
||||
|
||||
Reference in New Issue
Block a user