mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
enable internal api
This commit is contained in:
@@ -23,6 +23,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- traefik.http.routers.api.entrypoints=http
|
- traefik.http.routers.api.entrypoints=http
|
||||||
- traefik.http.routers.api.entrypoints=https
|
- traefik.http.routers.api.entrypoints=https
|
||||||
|
- traefik.http.routers.api.service=api@internal
|
||||||
# middleware auth
|
# middleware auth
|
||||||
- traefik.http.routers.api.middlewares=auth
|
- traefik.http.routers.api.middlewares=auth
|
||||||
- traefik.http.middlewares.auth.basicauth.users=${BASIC_AUTH}
|
- traefik.http.middlewares.auth.basicauth.users=${BASIC_AUTH}
|
||||||
|
|||||||
Reference in New Issue
Block a user