initial commit

This commit is contained in:
TheOnlyMace
2026-06-18 23:45:08 +02:00
commit 7ba9687619
96 changed files with 4309 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
frontend:
labels:
- "traefik.enable=true"
- "traefik.http.routers.hexawetter.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.hexawetter.entrypoints=websecure"
- "traefik.http.routers.hexawetter.tls=true"
- "traefik.http.routers.hexawetter.tls.certresolver=${TRAEFIK_CERTRESOLVER:-letsencrypt}"
- "traefik.http.services.hexawetter.loadbalancer.server.port=80"
networks:
- default
- traefik
networks:
traefik:
external: true