|
@@ -15,12 +15,6 @@ services:
|
|
|
- 8080:8080
|
|
|
networks:
|
|
|
- dockertest_bx_default
|
|
|
- labels:
|
|
|
- - "traefik.http.routers.tl_api.rule=Host(`test.tl.web.yingcaibx.com`) && PathPrefix(`/api`)"
|
|
|
- - "traefik.http.routers.tl_api.middlewares=tl_api-stripprefix"
|
|
|
- - "traefik.http.middlewares.tl_api-stripprefix.stripprefix.prefixes=/api"
|
|
|
- - "traefik.http.routers.tl_api.entrypoints=websecure"
|
|
|
- - "traefik.http.routers.tl_api.tls.certresolver=yxt"
|
|
|
|
|
|
networks:
|
|
|
dockertest_bx_default:
|