Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
增加websocket服务
  • Loading branch information
Freeman54 authored Apr 10, 2023
1 parent c76758a commit 02033e6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions runnergo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
networks:
- apipost_net
manage:
image: registry.cn-beijing.aliyuncs.com/runnergo/manage:releases-v1.0.5
image: registry.cn-beijing.aliyuncs.com/runnergo/manage:releases-v1.1.0
restart: always
env_file:
- ./config.env
Expand All @@ -39,8 +39,19 @@ services:
- "58889:30000"
depends_on:
- mysql-db
manage-ws:
image: registry.cn-beijing.aliyuncs.com/runnergo/manage-ws:releases-v1.1.0
restart: always
env_file:
- ./config.env
networks:
- apipost_net
ports:
- "58887:30000"
depends_on:
- mysql-db
web-ui:
image: registry.cn-beijing.aliyuncs.com/runnergo/web-ui:releases-v1.0.5
image: registry.cn-beijing.aliyuncs.com/runnergo/web-ui:releases-v1.1.0
restart: always
ports:
- "9999:81"
Expand Down

0 comments on commit 02033e6

Please sign in to comment.