Skip to content

Commit

Permalink
Add watchtower to provider docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Jul 31, 2024
1 parent 2a77f02 commit dad13ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/docker-compose.provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ services:
options:
max-size: '100m'
max-file: '1'
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/config.json
command: --interval 30
networks:
internal:
name: internal
Expand Down

0 comments on commit dad13ec

Please sign in to comment.