Skip to content

Commit

Permalink
update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangshaoyang committed Dec 30, 2019
1 parent 2421f1f commit a48f9e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ curl -v -H 'Content-Type:application/json' -X 'POST' -d '{"aireplane_id":1}' ht
- [x] 第四版 v0.0.4
- [x] celery worker,执行测试用例服务,docker化
- [x] celery flower 监听服务,docker化
- [ ] 第四版 v0.0.5
- [ ] docker compose
- [x] 第四版 v0.0.5
- [x] docker compose
- [ ] 第五版 v0.0.6
- [ ] 读取excel测试用例
- [ ] 第六版 v0.0.7
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: '3'

services:
worker:
user: robot
image: distribution_test_server:worker
command: ./run_worker.sh
volumes:
- /tmp/distribution_test_server_logs:/data/app/distribution_test_server/logs
links:
Expand Down

0 comments on commit a48f9e0

Please sign in to comment.