Skip to content

Commit

Permalink
Update compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
66Bunz authored Nov 14, 2024
1 parent eb29428 commit c2cb18a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ services:
bot:
image: ghcr.io/droptop-four/droptop-four-discord-bot:main
volumes:
- ./.env:/droptop_bot/.env:ro
- ./.env.prod:/droptop_bot/.env.prod:ro
- ./.env.local:/droptop_bot/.env.local:ro
- ./.env:/droptop_bot/.env:ro
- ./.env.prod:/droptop_bot/.env.prod:ro
- ./.env.local:/droptop_bot/.env.local:ro
restart: always

watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/config.json
- /var/run/docker.sock:/var/run/docker.sock
environment:
WATCHTOWER_NOTIFICATION_URL: "discord://${DISCORD_TOKEN}@${DISCORD_ID}"
WATCHTOWER_NOTIFICATION_TEMPLATE: |-
Expand Down

0 comments on commit c2cb18a

Please sign in to comment.