Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Aug 4, 2024
1 parent 7cdfdbb commit fc800d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.relay_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
SSH_PRIVATE_KEY: ${{ vars.SSH_KEY }}
ARGS: "-rltgoDzvO --delete"
SOURCE: "packages/web-chat-x-express/build/"
REMOTE_HOST: "182.92.222.231"
REMOTE_HOST: "62.234.163.223"
REMOTE_USER: root
TARGET: "/home/web-chat-x/web-chat-x-express"
2 changes: 1 addition & 1 deletion .github/workflows/deploy.web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
SSH_PRIVATE_KEY: ${{ vars.SSH_KEY }}
ARGS: "-rltgoDzvO --delete"
SOURCE: "packages/web-chat-x-vue/dist/"
REMOTE_HOST: "182.92.222.231"
REMOTE_HOST: "62.234.163.223"
REMOTE_USER: root
TARGET: "/home/web-chat-x/web-chat-x-vue"
4 changes: 0 additions & 4 deletions docker/prod/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ services:
networks:
- web-chat-x
- docker
ports:
- 8099:8099
- 9000:9000
- 10000:10000
container_name: web-chat-x-express
hostname: web-chat-x-express
restart: always
Expand Down
2 changes: 1 addition & 1 deletion turnserver.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ alt-tls-listening-port=5350
# 云主机内网 IP 地址。使用docker创建则使用0.0.0.0
listening-ip=0.0.0.0
# 云主机的公网 IP 地址。
external-ip=81.68.108.130
external-ip=62.234.163.223
# udp中继端口的上下限
min-port=49160
max-port=49200
Expand Down

0 comments on commit fc800d2

Please sign in to comment.