export gitea port
This commit is contained in:
parent
09e9d79688
commit
137917718a
2 changed files with 5 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue