Update CI/CD to use self-hosted runner and direct docker-compose build
Some checks failed
Deploy to Production / deploy (push) Failing after 2s
Some checks failed
Deploy to Production / deploy (push) Failing after 2s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user