Merge pull request '[DOCKER] Automated PR for watchtower-removal_2025-09-22T21-02-07 - #23' (#23) from watchtower-removal_2025-09-22T21-02-07 into main
Reviewed-on: Trez/benedikta-ovos#23
This commit was merged in pull request #23.
This commit is contained in:
+1
-86
@@ -1,14 +1,11 @@
|
|||||||
name: ovosmisc
|
name: ovosmisc
|
||||||
|
|
||||||
x-watchtower-monitor: &watchtower-monitor
|
|
||||||
labels:
|
|
||||||
com.centurylinklabs.watchtower.monitor-only: true
|
|
||||||
services:
|
services:
|
||||||
beszel-agent:
|
beszel-agent:
|
||||||
container_name: beszel-agent
|
container_name: beszel-agent
|
||||||
environment:
|
environment:
|
||||||
LISTEN: 45876
|
LISTEN: 45876
|
||||||
KEY: '${BESZEL_RIKKU_AGENT_KEY}'
|
KEY: "${BESZEL_RIKKU_AGENT_KEY}"
|
||||||
TOKEN: ${BESZEL_BENEDIKTA_TOKEN}
|
TOKEN: ${BESZEL_BENEDIKTA_TOKEN}
|
||||||
HUB_URL: http://192.168.1.254:22220
|
HUB_URL: http://192.168.1.254:22220
|
||||||
expose:
|
expose:
|
||||||
@@ -51,58 +48,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
ovos_audio:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_cli:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_core:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_listener:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_messagebus:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_phal:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_phal_admin:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_plugin_ggwave:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_alerts:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_camera:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_date_time:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_duckduckgo:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_easter_eggs:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_fallback_unknown:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_ggwave:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_hello_world:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_jokes:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_parrot:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_personal:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_randomness:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_volume:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_weather:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_wikihow:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_wikipedia:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_wolfie:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
ovos_skill_wordnet:
|
|
||||||
<<: *watchtower-monitor
|
|
||||||
portainer-agent:
|
portainer-agent:
|
||||||
container_name: portainer_agent
|
container_name: portainer_agent
|
||||||
image: portainer/agent:latest@sha256:ff968fbc40c78f8a822e1e6007e9f0e451b05263fed0639d7e37cbf6f4666b13
|
image: portainer/agent:latest@sha256:ff968fbc40c78f8a822e1e6007e9f0e451b05263fed0639d7e37cbf6f4666b13
|
||||||
@@ -123,36 +68,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
watchtower:
|
|
||||||
container_name: watchtower
|
|
||||||
environment:
|
|
||||||
REPO_PASS:
|
|
||||||
REPO_USER:
|
|
||||||
TZ: ${TZ}
|
|
||||||
WATCHTOWER_CLEANUP: true
|
|
||||||
WATCHTOWER_INCLUDE_STOPPED: false
|
|
||||||
WATCHTOWER_MONITOR_ONLY: false
|
|
||||||
WATCHTOWER_NOTIFICATIONS: gotify
|
|
||||||
WATCHTOWER_NOTIFICATIONS_LEVEL: info
|
|
||||||
WATCHTOWER_NOTIFICATION_TEMPLATE: '{{range .}}{{.Message}}{{println}}{{end}}'
|
|
||||||
WATCHTOWER_NOTIFICATION_URL:
|
|
||||||
WATCHTOWER_SCHEDULE: 0 0 4 * * *
|
|
||||||
WATCHTOWER_TIMEOUT: 30s
|
|
||||||
WATCHTOWER_HTTP_API_METRICS: true
|
|
||||||
WATCHTOWER_HTTP_API_TOKEN: ${WATCHTOWER_HTTP_API_TOKEN}
|
|
||||||
WATCHTOWER_NOTIFICATION_GOTIFY_URL: ${WATCHTOWER_NOTIFICATION_GOTIFY_URL}
|
|
||||||
WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN: ${WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN}
|
|
||||||
WATCHTOWER_NOTIFICATION_GOTIFY_TLS_SKIP_VERIFY: true
|
|
||||||
expose:
|
|
||||||
- 8080
|
|
||||||
hostname: Benedikta
|
|
||||||
image: ghcr.io/containrrr/watchtower:latest@sha256:6dd50763bbd632a83cb154d5451700530d1e44200b268a4e9488fefdfcf2b038
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
volumes:
|
volumes:
|
||||||
beszel-agent-data:
|
beszel-agent-data:
|
||||||
name: beszel-agent-data
|
name: beszel-agent-data
|
||||||
portracker-data:
|
|
||||||
name: portracker-data
|
|
||||||
Reference in New Issue
Block a user