Testing new Docker Compose deploy action.
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 11s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 8s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Successful in 25s
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 11s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 8s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Successful in 25s
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
name: ovosmisc
|
||||
|
||||
x-watchtower-monitor: &watchtower-monitor
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.monitor-only: true
|
||||
services:
|
||||
beszel-agent:
|
||||
container_name: beszel-agent
|
||||
@@ -47,6 +51,68 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /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
|
||||
signoz-logspout:
|
||||
command: signoz://192.168.1.254:8082
|
||||
container_name: signoz-logspout
|
||||
environment:
|
||||
ENV: prod
|
||||
SIGNOZ_LOG_ENDPOINT: http://192.168.1.254:8082
|
||||
image: pavanputhra/logspout-signoz
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
portainer-agent:
|
||||
container_name: portainer_agent
|
||||
image: portainer/agent:latest
|
||||
@@ -57,6 +123,34 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- 9001:9001
|
||||
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: Rikku
|
||||
image: ghcr.io/containrrr/watchtower:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
volumes:
|
||||
beszel-agent-data:
|
||||
name: beszel-agent-data
|
||||
Reference in New Issue
Block a user