Skip to content

Commit

Permalink
Expose Vector and Clickhouse ports in docker-compose.dev.yml (#7552)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecLad authored Mar 6, 2024
1 parent 5b9ab8e commit bf4089e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ services:
socks_proxy:
dockerfile: Dockerfile.ui

cvat_clickhouse:
ports:
- '8123:8123'

cvat_opa:
ports:
- '8181:8181'
Expand All @@ -112,3 +116,7 @@ services:
cvat_redis_ondisk:
ports:
- '6666:6666'

cvat_vector:
ports:
- '8282:80'

0 comments on commit bf4089e

Please sign in to comment.