Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaKamikaze committed Sep 24, 2024
2 parents 3657407 + a3f2b28 commit b5b96da
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,11 @@
- MOXFIELD_PASSWORD
- SENDER_EMAIL_PASSWORD
volumes:
- ./Data:/app/Data
- ./Logs:/app/Logs
- ./tasks.status:/app/tasks.status
- ${PWD}/Data:/app/Data
- ${PWD}/Logs:/app/Logs
- ${PWD}/tasks.status:/app/tasks.status
labels:
- "com.centurylinklabs.watchtower.enable=true"
deploy:
resources:
limits:
cpus: "3.0"
memory: "6G"

watchtower:
image: containrrr/watchtower:latest
Expand All @@ -39,14 +34,9 @@
- WATCHTOWER_INCLUDE_RESTARTING=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
deploy:
resources:
limits:
cpus: "0.5"
memory: "512M"

secrets:
MOXFIELD_PASSWORD:
file: ./secrets/moxfield_password.txt
file: ${PWD}/secrets/moxfield_password.txt
SENDER_EMAIL_PASSWORD:
file: ./secrets/sender_email_password.txt
file: ${PWD}/secrets/sender_email_password.txt

0 comments on commit b5b96da

Please sign in to comment.