Archive projects

This commit is contained in:
2025-08-10 22:04:57 +05:30
parent c62f115b8b
commit 3a0bc5aba6
14 changed files with 0 additions and 0 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