update compose
All checks were successful
Build and Deploy koneko.rocks / build-and-deploy (push) Successful in 3s

This commit is contained in:
2025-07-14 01:08:51 +02:00
parent e37f00775f
commit 59d7b8e372

View File

@ -5,17 +5,5 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
labels: ports:
- "traefik.enable=true" - "5555:80"
- "traefik.http.routers.koneko.rule=Host(`koneko.rocks`)"
- "traefik.http.routers.koneko.entrypoints=websecure"
- "traefik.http.routers.koneko.tls=true"
- "traefik.http.routers.koneko.tls.certresolver=letsencrypt"
- "traefik.http.services.koneko.loadbalancer.server.port=80"
networks:
- frontend
networks:
frontend:
external: true # Use the external Traefik network (if Traefik is running on this network)