Update CI/CD to use self-hosted runner and direct docker-compose build
Some checks failed
Deploy to Production / deploy (push) Failing after 2s

This commit is contained in:
2026-02-15 20:29:51 +01:00
parent 00063ad57b
commit 835ea1feb3
3 changed files with 21 additions and 39 deletions

View File

@@ -10,16 +10,6 @@ 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