treafik -> caddy

This commit is contained in:
Florian Zirker 2024-12-06 16:02:20 +01:00
parent c6bf4e3fa0
commit 5f3ad34250
11 changed files with 121 additions and 187 deletions

View file

@ -1,5 +1,5 @@
services:
app:
wallabag:
image: wallabag/wallabag
restart: unless-stopped
environment:
@ -26,11 +26,6 @@ services:
interval: 10s
timeout: 3s
labels:
- "traefik.enable=true"
- "traefik.http.routers.wallabag.rule=Host(`${FQDN_WALLABAG}`)"
- "traefik.http.routers.wallabag.entrypoints=websecure"
- "traefik.http.routers.wallabag.tls.certresolver=netcup"
- "traefik.http.routers.wallabag.tls.options=intermediate@file"
- "docker.group=wallabag"
depends_on:
- db