diff --git a/docker-compose.yml b/docker-compose.yml index b4de061..ae9bc4d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,8 +26,8 @@ services: - "traefik.enable=true" - #- "traefik.http.routers.api.rule=Path(/api) " - #- "traefik.http.routers.api.service=api@internal" + - "traefik.http.routers.api.rule=Path(/api) " + - "traefik.http.routers.api.service=api@internal" #- "traefik.http.routers.api.middlewares=auth" #- "traefik.http.middlewares.auth.basicauth.users=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/,test2:$$apr1$$d9hr9HBB$$4HxwgUir3HP4EsggP/QNo0"