add exported compose files

This commit is contained in:
Kovasky Buezo
2024-03-20 15:15:42 -04:00
parent 815a18ec00
commit cec0093439
13 changed files with 375 additions and 84 deletions

View File

@ -0,0 +1,16 @@
---
version: "3.8"
services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
hostname: Agrajag-Cloud
restart: unless-stopped
environment:
- WATCHTOWER_NOTIFICATION_EMAIL_SUBJECTTAG=$SUBJECT
- WATCHTOWER_NOTIFICATION_URL=smtp://$USER:$PASSWORD@$EMAIL_SERVER:$PORT/?from=$EMAIL_FROM&to=$EMAIL_TO
- WATCHTOWER_NOTIFICATION_EMAIL_DELAY=2
- TZ=$TZ
volumes:
- /var/run/docker.sock:/var/run/docker.sock