Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React & Antd: Dashboard migration #892

Merged
merged 17 commits into from
Dec 4, 2019
Merged
Prev Previous commit
Next Next commit
Implicit host, scheme in docker-compose
  • Loading branch information
bsekachev committed Dec 3, 2019
commit 594790d31798afe80b3e2e95171bac31f79da96d
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ services:
OPENVINO_TOOLKIT: "no"
environment:
DJANGO_MODWSGI_EXTRA_ARGS: ""
UI_SCHEME: http
UI_HOST: localhost
UI_PORT: 7080


volumes:
- cvat_data:/home/django/data
- cvat_keys:/home/django/keys
Expand Down