Skip to content

Commit

Permalink
added watchtower configureation
Browse files Browse the repository at this point in the history
  • Loading branch information
bansikah22 committed Sep 12, 2024
1 parent 2ab2858 commit 04a2cee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,15 @@ services:
- "traefik.http.routers.backend.middlewares=backend-rewrite"
networks:
- user-net

watchtower:
image: containrrr/watchtower:latest
command: >
--cleanup
--interval 60
--notification-slack-hook-url ${DISCORD_WEBHOOK_URL}
--no-pull
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
networks:
- user-net

0 comments on commit 04a2cee

Please sign in to comment.