Compare commits
2 Commits
e15e7daa41
...
86f3bce518
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86f3bce518 | ||
|
|
67d097a910 |
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user