File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11Only have one tailchat instance version.
22
3- Not include openapi
3+ Not include ** openapi** and ** plugins **
Original file line number Diff line number Diff line change @@ -8,19 +8,15 @@ services:
88 restart : unless-stopped
99 env_file : ../../docker-compose.env
1010 environment :
11- SERVICEDIR : plugins, services
11+ SERVICEDIR : services
1212 PORT : 3000
13- OPENAPI_PORT : 3003
14- OPENAPI_UNDER_PROXY : " true"
1513 depends_on :
1614 - mongo
1715 - redis
1816 labels :
1917 - " traefik.enable=true"
20- - " traefik.http.routers.api-gw.rule=PathPrefix(`/`)"
18+ - " traefik.http.routers.api-gw.rule=PathPrefix(`/health `)"
2119 - " traefik.http.services.api-gw.loadbalancer.server.port=3000"
22- - " traefik.http.routers.openapi-oidc.rule=PathPrefix(`/open`)"
23- - " traefik.http.services.openapi-oidc.loadbalancer.server.port=3003"
2420 networks :
2521 - internal
2622
You can’t perform that action at this time.
0 commit comments