Update labels for traefik

This commit is contained in:
2025-07-24 20:55:12 +05:30
parent ff4773947c
commit 9053dc8098
4 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.forgejo.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.forgejo.entrypoints=websecure-external
- traefik.http.routers.forgejo.entrypoints=${TRAEFIK_ENTRYPOINT}
- traefik.http.services.forgejo.loadbalancer.server.port=3000
volumes:
- ${APPDATA_PATH}/forgejo/config:/etc/gitea
@@ -15,7 +15,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- ${SERVER_PORT}:3000
- ${PORT}:3000
networks:
- frontend