forked from msgbyte/tailchat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add admin-next and union typescript version
override all typescript version with v4.9.4 because its too large
- Loading branch information
1 parent
86d945e
commit c2c51ca
Showing
4 changed files
with
222 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
version: "3.3" | ||
|
||
services: | ||
# 后台应用 | ||
tailchat-admin-next: | ||
build: | ||
context: ../ | ||
image: tailchat | ||
restart: unless-stopped | ||
env_file: docker-compose.env | ||
depends_on: | ||
- mongo | ||
- redis | ||
labels: | ||
- "traefik.enable=true" | ||
- "traefik.http.routers.admin-next.rule=PathPrefix(`/admin`)" | ||
- "traefik.http.services.admin-next.loadbalancer.server.port=3000" | ||
networks: | ||
- internal | ||
command: pnpm start:admin-next |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.