Skip to content

Commit

Permalink
Merge pull request #19 from sparcs-kaist/develop
Browse files Browse the repository at this point in the history
Update docker-compose.yaml
  • Loading branch information
jinho-choi123 authored May 10, 2024
2 parents f5bf771 + 85c11c6 commit 4d89753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ services:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 60 --cleanup --enable-lifecycle-hooks taxi-front taxi-back taxi-og-generator
command: --interval 30 --scope zabo-boards --cleanup --enable-lifecycle-hooks zabo-boards
labels: [ "com.centurylinklabs.watchtower.scope=zabo-boards" ]
zabo-boards:
image: ghcr.io/sparcs-kaist/zabo-boards:latest
ports:
- 8888:80
- 15090:80
labels:
- "com.centurylinklabs.watchtower.scope=zabo-boards"
- 'com.centurylinklabs.watchtower.lifecycle.pre-update=curl -X POST -H ''Content-type: application/json'' --data ''{"text":"[PROD] 업데이트를 위해 zabo-boards 서비스를 종료시켰습니다."}'' ${SLACK_WATCHTOWER_WEBHOOK}'
Expand Down

0 comments on commit 4d89753

Please sign in to comment.