[DEPRECATED] Go implementation of plcbundle

watchtower example

+16 -2
+16 -2
docker-compose.yaml
··· 1 + networks: 2 + plcbundle: 3 + 1 4 services: 2 5 plcbundle: 3 6 build: . ··· 24 27 networks: 25 28 - plcbundle 26 29 27 - networks: 28 - plcbundle: 30 + # watchtower for automatic updates 31 + watchtower: 32 + container_name: watchtower 33 + image: containrrr/watchtower:latest 34 + network_mode: host 35 + volumes: 36 + - type: bind 37 + source: /var/run/docker.sock 38 + target: /var/run/docker.sock 39 + restart: unless-stopped 40 + environment: 41 + WATCHTOWER_CLEANUP: true 42 + WATCHTOWER_SCHEDULE: "@midnight" 29 43 30 44 # Optional: Caddy reverse proxy 31 45 #