Skip to content

Commit

Permalink
feat(dev): add watchtower service
Browse files Browse the repository at this point in the history
This service was removed by 2abf6cd
  • Loading branch information
pierreboissinot committed May 27, 2024
1 parent 3429b18 commit f9fdabb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ services:
networks:
private:

watchtower:
image: v2tec/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- $HOME/.docker/config.json:/config.json
environment:
WATCHTOWER_IMAGES: ${WATCHTOWER_IMAGES}
command: --interval 3600 --cleanup


networks:
public:
Expand Down

0 comments on commit f9fdabb

Please sign in to comment.