Új hozzászólás Aktív témák

  • AiRLAC

    addikt

    válasz Boss81 #93533 üzenetére

    services:
      watchtower:
        image: containrrr/watchtower
        container_name: watchtower
        volumes:
          - /var/run/docker.sock:/var/run/docker.sock
        environment:
          - WATCHTOWER_INCLUDE_RESTARTING=true
          - TZ=Europe/Berlin
          - WATCHTOWER_NOTIFICATIONS=email
          - WATCHTOWER_NOTIFICATION_EMAIL_FROM=email@domained.hu
          - WATCHTOWER_NOTIFICATION_EMAIL_TO=email@domained.hu
          - WATCHTOWER_NOTIFICATION_EMAIL_SERVER=smtp.gmail.com
          - WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=587
          - WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER=email@domained.hu
          - WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD=jelszavad
          - WATCHTOWER_NOTIFICATION_EMAIL_DELAY=2
          - WATCHTOWER_CLEANUP=true
          - WATCHTOWER_INCLUDE_STOPPED=true
          - WATCHTOWER_REVIVE_STOPPED=false
          - WATCHTOWER_SCHEDULE=0 0 2 * * * # Naponta, hajnali 2-kor
        command: # add or remove the below as required
          - adguard
          - plex
          - gluetun
          - watchtower
          - dozzle
          - qbittorrent
          - portainer
        restart: unless-stopped

    "After successfully ignoring Google, FAQ's, the board search and leaving a undecipherable post in the wrong sub-forum don't expect an intelligent reply."

Új hozzászólás Aktív témák