Compare commits

...

2 Commits

Author SHA1 Message Date
Schneider Roland
86f3bce518 ldap: intern access 2024-10-12 14:07:17 +02:00
Schneider Roland
67d097a910 gitea: public acces 2024-10-09 20:07:59 +02:00
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,11 @@ services:
- traefik.http.routers.gitea.rule=Host(`gitea.rschneider.net`)
- traefik.http.routers.gitea.tls=true
- traefik.http.services.gitea.loadbalancer.server.port=3000
- traefik.http.routers.gitea.service=gitea
- traefik.http.routers.gitea-public.rule=Host(`gitea.rschneider.hu`)
- traefik.http.routers.gitea-public.tls=true
- traefik.http.routers.gitea-public.service=gitea-public
- traefik.http.services.gitea-public.loadbalancer.server.port=3000
image: gitea/gitea:1.22.2
container_name: gitea
environment:

View File

@ -4,7 +4,7 @@ services:
labels:
- traefik.http.routers.ldap.rule=Host(`ldap.rschneider.net`)
- traefik.http.routers.ldap.tls=true
- traefik.http.services.ldap.loadbalancer.server.port=8080
- traefik.http.services.ldap.loadbalancer.server.port=80
image: osixia/openldap:latest
restart: always
container_name: openldap