This commit is contained in:
git
2026-04-07 15:15:33 +10:00
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ services:
environment: environment:
- TZ=${TZ} - TZ=${TZ}
- GOTIFY_DEFAULTUSER_NAME=admin - GOTIFY_DEFAULTUSER_NAME=${GOTIFY_DEFAULTUSER_NAME}
- GOTIFY_DEFAULTUSER_PASS=R1m@dmin - GOTIFY_DEFAULTUSER_PASS=${GOTIFY_DEFAULTUSER_PASS}
- GOTIFY_REGISTRATION=false - GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION}
networks: networks:
# - traefik_reverse_proxy # - traefik_reverse_proxy
+2 -2
View File
@@ -4,8 +4,8 @@ set -euo pipefail
#: "${GOTIFY_URL:?Set GOTIFY_URL (e.g. https://gotify.lan.ddnsgeek.com)}" #: "${GOTIFY_URL:?Set GOTIFY_URL (e.g. https://gotify.lan.ddnsgeek.com)}"
#: "${GOTIFY_TOKEN:?Set GOTIFY_TOKEN (AAM..CtNmUGoNIV)}" #: "${GOTIFY_TOKEN:?Set GOTIFY_TOKEN (AAM..CtNmUGoNIV)}"
GOTIFY_URL="https://gotify.lan.ddnsgeek.com" GOTIFY_URL="${GOTIFY_URL}"
GOTIFY_TOKEN="ADuOnDBG7C27hcf" GOTIFY_TOKEN="${GOTIFY_TOKEN}"
STATE_DIR="./docker-health-alert" STATE_DIR="./docker-health-alert"
STATE_FILE="${STATE_DIR}/last_unhealthy.txt" STATE_FILE="${STATE_DIR}/last_unhealthy.txt"
+1 -1
View File
@@ -5,7 +5,7 @@ services:
container_name: grafana container_name: grafana
restart: unless-stopped restart: unless-stopped
environment: environment:
- GF_SERVER_ROOT_URL=https://grafana.lan.ddnsgeek.com/ - GF_SERVER_ROOT_URL=${GRAFANA_ROOT_URL}
volumes: volumes:
- ${PROJECT_ROOT}/monitoring/grafana/data:/var/lib/grafana - ${PROJECT_ROOT}/monitoring/grafana/data:/var/lib/grafana
networks: networks:
+1 -1
View File
@@ -24,7 +24,7 @@ services:
- traefik.http.services.portainer.loadbalancer.server.port=9000 - traefik.http.services.portainer.loadbalancer.server.port=9000
environment: environment:
- GODEBUG=netdns=cgo - GODEBUG=${PORTAINER_GODEBUG}
# healthcheck: # healthcheck:
# test: ["CMD", "wget", "--spider", "-q", "https://portainer.lan.ddnsgeek.com/api/status"] # test: ["CMD", "wget", "--spider", "-q", "https://portainer.lan.ddnsgeek.com/api/status"]
# interval: 30s # interval: 30s