initial commit

This commit is contained in:
2025-11-25 12:27:53 +03:30
commit f9d16ab078
102 changed files with 11156 additions and 0 deletions

15
traefik/openproject.yml Normal file
View File

@@ -0,0 +1,15 @@
---
services:
traefik:
networks:
opencloud-net:
aliases:
- ${OPENPROJECT_DOMAIN:-project.opencloud.test}
openproject:
labels:
- "traefik.enable=true"
- "traefik.http.routers.openproject.entrypoints=https"
- "traefik.http.routers.openproject.rule=Host(`${OPENPROJECT_DOMAIN:-project.opencloud.test}`)"
- "traefik.http.routers.openproject.${TRAEFIK_SERVICES_TLS_CONFIG}"
- "traefik.http.routers.openproject.service=openproject"
- "traefik.http.services.openproject.loadbalancer.server.port=8080"