Update file names and remove useless things

This commit is contained in:
2026-02-24 19:39:55 +05:30
parent 9fe8704abe
commit 98617d8a21
55 changed files with 0 additions and 89 deletions

View File

@@ -0,0 +1,18 @@
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=${TRAEFIK_ENTRYPOINT}
# - traefik.http.services.mazanoke.loadbalancer.server.port=80
ports:
- ${PORT}:80
networks:
- frontend
networks:
frontend:
external: true