Skip to content

Commit

Permalink
feat: remove watchtower service
Browse files Browse the repository at this point in the history
  • Loading branch information
aegypius committed Oct 10, 2020
1 parent ef71a64 commit 2abf6cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ services:
networks:
- memcached

watchtower:
image: v2tec/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ~/.docker/config.json:/config.json:ro
command: --interval 3600 --cleanup

networks:
proxy:
driver: bridge
Expand Down
8 changes: 0 additions & 8 deletions production/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ services:
environment:
NGINX_DOCKER_GEN_CONTAINER: nginx-gen

watchtower:
container_name: watchtower
image: v2tec/watchtower
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 30 --cleanup

networks:
proxy:
driver: bridge
Expand Down

0 comments on commit 2abf6cd

Please sign in to comment.