watchtower + add tags
This commit is contained in:
18
compose.yml
18
compose.yml
@@ -67,7 +67,7 @@ services:
|
|||||||
# Productivity
|
# Productivity
|
||||||
crontab-guru:
|
crontab-guru:
|
||||||
container_name: crontab-guru
|
container_name: crontab-guru
|
||||||
image: gitea.craisin.tech/craisin/crontab_guru
|
image: gitea.craisin.tech/craisin/crontab_guru:latest
|
||||||
environment:
|
environment:
|
||||||
CRONITOR_USERNAME: ${CRONTAB_USER}
|
CRONITOR_USERNAME: ${CRONTAB_USER}
|
||||||
CRONITOR_PASSWORD: ${CRONTAB_PASS}
|
CRONITOR_PASSWORD: ${CRONTAB_PASS}
|
||||||
@@ -82,7 +82,6 @@ services:
|
|||||||
- "traefik.http.routers.crontab.tls=true"
|
- "traefik.http.routers.crontab.tls=true"
|
||||||
- "traefik.http.services.crontab.loadbalancer.server.port=9000"
|
- "traefik.http.services.crontab.loadbalancer.server.port=9000"
|
||||||
|
|
||||||
|
|
||||||
code-server:
|
code-server:
|
||||||
container_name: code-server
|
container_name: code-server
|
||||||
image: lscr.io/linuxserver/code-server:latest
|
image: lscr.io/linuxserver/code-server:latest
|
||||||
@@ -190,7 +189,7 @@ services:
|
|||||||
|
|
||||||
metube:
|
metube:
|
||||||
container_name: metube
|
container_name: metube
|
||||||
image: ghcr.io/alexta69/metube
|
image: ghcr.io/alexta69/metube:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DRIVE}/music:/downloads
|
- ${DRIVE}/music:/downloads
|
||||||
@@ -203,7 +202,7 @@ services:
|
|||||||
|
|
||||||
picard:
|
picard:
|
||||||
container_name: picard
|
container_name: picard
|
||||||
image: mikenye/picard
|
image: mikenye/picard:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ${DATA}/picard/config:/config
|
- ${DATA}/picard/config:/config
|
||||||
- ${DRIVE}/music:/music
|
- ${DRIVE}/music:/music
|
||||||
@@ -265,6 +264,17 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${DATA}/vaultwarden:/data
|
- ${DATA}/vaultwarden:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
watchtower:
|
||||||
|
container_name: watchtower
|
||||||
|
image: containrrr/watchtower:latest
|
||||||
|
environment:
|
||||||
|
WATCHTOWER_CLEANUP: true
|
||||||
|
WATCHTOWER_POLL_INTERVAL: 30
|
||||||
|
WATCHTOWER_DISABLE_CONTAINERS: "cloudflared pihole vaultwarden"
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
restart: always
|
||||||
|
|
||||||
# Personal Websites
|
# Personal Websites
|
||||||
craisin-cove:
|
craisin-cove:
|
||||||
|
|||||||
Reference in New Issue
Block a user