force traefik discovery
This commit is contained in:
parent
9f9d2ea082
commit
b0c1e108cd
1 changed files with 1 additions and 2 deletions
|
@ -12,13 +12,12 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3000:3000"
|
||||
expose:
|
||||
- 3000
|
||||
networks:
|
||||
- source-frontend
|
||||
labels:
|
||||
- traefik.enable=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
|
||||
|
|
Loading…
Add table
Reference in a new issue