mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-26 17:20:42 +02:00
export gitea port
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ HOST_LYCHEE=lychee
|
||||
HOST_SEAFILE=seafile
|
||||
HOST_SELFOSS=selfoss
|
||||
HOST_SHAARLI=shaarli
|
||||
HOST_SOURCE=source
|
||||
HOST_GITEA=gitea
|
||||
HOST_WALLABAG=wallabag
|
||||
HOST_WWW=www
|
||||
FQDN_DASHBOARD=dashboard.traefik.me
|
||||
|
||||
@@ -13,15 +13,14 @@ services:
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "2222:2222"
|
||||
expose:
|
||||
- 3000
|
||||
networks:
|
||||
- source-frontend
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.source.rule=Host(`${HOST_SOURCE}.${DOMAIN}`)
|
||||
- traefik.http.routers.source.entrypoints=https
|
||||
- traefik.http.routers.source.tls=true
|
||||
- traefik.http.routers.gitea.rule=Host(`${HOST_GITEA}.${DOMAIN}`)
|
||||
- traefik.http.services.gitea.loadbalancer.server.port=3000
|
||||
- traefik.http.routers.gitea.entrypoints=https
|
||||
- traefik.http.routers.gitea.tls=true
|
||||
- traefik.docker.network=source-frontend
|
||||
volumes:
|
||||
gitea_data:
|
||||
|
||||
Reference in New Issue
Block a user