switch out crontab-guru for docs sync
All checks were successful
Update Compose File / build (push) Successful in 5s

This commit is contained in:
2025-12-22 19:31:43 -08:00
parent 4df04a2d7a
commit b6cd4b015a

View File

@@ -98,23 +98,12 @@ services:
- "traefik.http.services.duplicati.loadbalancer.server.port=8200" - "traefik.http.services.duplicati.loadbalancer.server.port=8200"
restart: unless-stopped restart: unless-stopped
# Productivity docs-sync:
crontab-guru: container_name: docs-sync
container_name: crontab-guru image: gitea.craisin.tech/craisin/docs-sync:latest
image: gitea.craisin.tech/craisin/crontab_guru:latest
environment:
CRONITOR_USERNAME: ${CRONTAB_USER}
CRONITOR_PASSWORD: ${CRONTAB_PASS}
volumes: volumes:
- /var/spool/cron/crontabs:/var/spool/cron/crontabs - ${DATA}/rclone:/config/rclone
- /etc/crontab:/etc/crontab
restart: always restart: always
labels: # traefik
- "traefik.enable=true"
- "traefik.http.routers.crontab.rule=Host(`crontab.${DOMAIN}`)"
- "traefik.http.routers.crontab.entrypoints=https"
- "traefik.http.routers.crontab.tls=true"
- "traefik.http.services.crontab.loadbalancer.server.port=9000"
code-server: code-server:
container_name: code-server container_name: code-server
@@ -363,7 +352,6 @@ services:
- "traefik.http.routers.wud.tls=true" - "traefik.http.routers.wud.tls=true"
- "traefik.http.services.wud.loadbalancer.server.port=3000" - "traefik.http.services.wud.loadbalancer.server.port=3000"
# Personal Websites
craisin-cove: craisin-cove:
container_name: craisin-cove container_name: craisin-cove
image: gitea.craisin.tech/craisin/craisin_cove:latest image: gitea.craisin.tech/craisin/craisin_cove:latest