Skip to content

Commit

Permalink
Expose Vector and Clickhouse ports in docker-compose.dev.yml
Browse files Browse the repository at this point in the history
This way, it's possible to debug event-related functionality.
  • Loading branch information
SpecLad committed Mar 5, 2024
1 parent 14b592f commit 1ec8eb1
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 1ec8eb1

Please sign in to comment.