Skip to content

Commit 215cb9a

Browse files
committed
chore: add simple compose file
1 parent 9eb470f commit 215cb9a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docker/simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Only have one tailchat instance version.
22

3-
Not include openapi
3+
Not include **openapi** and **plugins**

docker/simple/docker-compose.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)