Skip to content

Commit

Permalink
fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicoYal committed Dec 16, 2024
1 parent 42a1e7b commit 9c39951
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@ services:
- /sys:/host/sys:ro
- /:/rootfs:ro

watchtower:
image: containrrr/watchtower:latest
container_name: watchtower
environment:
- TZ=Europe/London
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_ROLLING_RESTART=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
command: --interval 30 facade_app user_app payment_app movie_app auth_app
networks:
- cassette-world
depends_on:
- facade_app
watchtower:
image: containrrr/watchtower:latest
container_name: watchtower
environment:
- TZ=Europe/London
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_ROLLING_RESTART=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
command: --interval 30 facade_app user_app payment_app movie_app auth_app
networks:
- cassette-world
depends_on:
- facade_app

facade_redis:
image: 'redis:latest'
Expand Down

0 comments on commit 9c39951

Please sign in to comment.