Add mazanoke

This commit is contained in:
2025-07-23 19:25:35 +05:30
parent 1a1160452a
commit 9d73c86df3

View File

@@ -0,0 +1,20 @@
services:
mazanoke:
container_name: mazanoke
image: ghcr.io/civilblur/mazanoke:v1.1.5
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.mazanoke.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.mazanoke.entrypoints=https
- traefik.http.routers.mazanoke.tls=true
- traefik.http.routers.mazanoke.tls.certresolver=cloudflare
- traefik.http.services.mazanoke.loadbalancer.server.port=80
ports:
- ${PORT}:80
networks:
- frontend
networks:
frontend:
external: true