mise a jour de fichiers
This commit is contained in:
parent
b64d94552a
commit
399548cabb
2 changed files with 21 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
## Discord Plex FR : https://discord.gg/ERpYMqS
|
||||
## Version 2021-02-25
|
||||
## Version 2021-02-26
|
||||
version: "2.3"
|
||||
services:
|
||||
watchtower:
|
||||
|
@ -8,7 +8,7 @@ services:
|
|||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
- WATCHTOWER_SCHEDULE= 0 0 6 * * *
|
||||
- WATCHTOWER_SCHEDULE= 0 0 6 * * * #mise a jour des conteneurs tous les jours a 6:00
|
||||
- WATCHTOWER_LABEL_ENABLE=true
|
||||
- WATCHTOWER_CLEANUP=true
|
||||
- WATCHTOWER_REMOVE_VOLUMES=true
|
||||
|
@ -16,8 +16,13 @@ services:
|
|||
#Les 3 lignes dessous sont a utiliser pour être notifié par Gotify
|
||||
# - WATCHTOWER_NOTIFICATIONS=gotify
|
||||
# - WATCHTOWER_NOTIFICATION_GOTIFY_URL=https://gotify.ndd.fr
|
||||
# - WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN=
|
||||
# - WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN=
|
||||
- WATCHTOWER_ROLLING_RESTART=true
|
||||
- WATCHTOWER_LIFECYCLE_HOOKS=true
|
||||
#Les 3 lignes dessous sont a utiliser pour être notifié par SLACK/DISCORD
|
||||
# - WATCHTOWER_NOTIFICATIONS=slack #si discord laissé slack
|
||||
# - WATCHTOWER_NOTIFICATION_SLACK_IDENTIFIER=Watchtower
|
||||
# - WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL=URL-DU-TOKEN/slack #si discord laissé /slack
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
network_mode: prod #conseillé de ne pas utiliser host car limité a 16 containers
|
Loading…
Add table
Add a link
Reference in a new issue