Skip to content

Commit

Permalink
fix watchtower compose service
Browse files Browse the repository at this point in the history
  • Loading branch information
daronenko committed Dec 17, 2024
1 parent 2809920 commit 184aef3
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions docker/docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,9 @@ services:
watchtower:
image: containrrr/watchtower:latest
container_name: watchtower
environment:
- WATCHTOWER_MONITOR_ONLY=true
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_INTERVAL=30
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
networks:
- prometheus
- prometheus-exporters
depends_on:
- novamusic-user
- novamusic-playlist
- novamusic-artist
- novamusic-album
- novamusic-track
- novamusic-csat
- novamusic-genre
command: --interval 30

novamusic-user:
image: daronenko/novamusic-user:latest
Expand Down Expand Up @@ -375,6 +360,7 @@ services:

nginx:
image: nginx:latest
# restart: always
container_name: nginx
ports:
- 80:80
Expand Down

0 comments on commit 184aef3

Please sign in to comment.