Removing Dagu (moved to Aranea).

This commit is contained in:
2026-05-11 05:05:35 -04:00
parent ec618811c3
commit 3691fbf80f
-44
View File
@@ -1248,50 +1248,6 @@ services:
type: bind
bind:
create_host_path: true
dagu:
container_name: dagu
environment:
DAGU_PORT: 8080
DAGU_TZ: ${TZ} # optional. default is local timezone
DAGU_BASE_PATH: /
DAGU_HOME: /dagu
DAGU_AUTH_BASIC_USERNAME: admin
DAGU_AUTH_BASIC_PASSWORD: ${DAGU_AUTH_BASIC_PASSWORD}
DAGU_AUTH_TOKEN: ${DAGU_AUTH_TOKEN}
PUID: ${PUID}
PGID: ${PGID}
image: ghcr.io/dagu-org/dagu:alpine@sha256:d773ffa924e71c046d2a6184e4d283a03c3dbc5f3a40059617d4eb61059d4a64
labels:
homepage.group: Automation
homepage.name: Dagu
homepage.href: https://cron.${MY_TLD}
homepage.icon: sh-dagu.svg
homepage.description: Cron alternative with a web UI
homepage.widget.type: customapi
homepage.widget.headers: "Authorization: Bearer ${DAGU_AUTH_TOKEN}"
homepage.widget.url: http://dagu:8080/api/v2/health
homepage.widget.method: GET
homepage.widget.mappings[0].label: Status
homepage.widget.mappings[0].field: status
swag: enable
swag_port: 8080
swag_proto: http
swag_url: cron.${MY_TLD}
swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.parent: Rinoa
swag.uptime-kuma.name: Dagu
swag.uptime-kuma.monitor.url: https://cron.${MY_TLD}
swag.uptime-kuma.monitor.interval: 300
swag.uptime-kuma.monitor.retryInterval: 60
swag.uptime-kuma.monitor.maxretries: 5
ports:
- 31037:8080
profiles: ["rinoa-apps"]
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_CONFIG}/dagu/:/dagu
- ${DOCKER_VOLUME_STORAGE}/backups/:/backups
- /var/run/docker.sock:/var/run/docker.sock
dawarich-app:
command: bin/dev
container_name: dawarich-app