Add Watchtower, fix main component import and update docs
Some checks failed
Build and Publish Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-02-15 20:22:59 +01:00
parent 9272bd9c7d
commit 00063ad57b
3 changed files with 22 additions and 1 deletions

View File

@@ -10,6 +10,16 @@ services:
networks:
- rubic-net
watchtower:
image: containrrr/watchtower
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 60 --cleanup
restart: unless-stopped
networks:
- rubic-net
networks:
rubic-net:
driver: bridge