Skip to content

Commit

Permalink
fix: remove docker file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan220217 committed Jan 23, 2025
1 parent 859597a commit 413741c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
10 changes: 0 additions & 10 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,6 @@ services:
ports:
- '9091:9091'

# cvat_ui:
# build:
# context: .
# args:
# http_proxy:
# https_proxy:
# no_proxy:
# socks_proxy:
# dockerfile: Dockerfile.ui

cvat_clickhouse:
ports:
- '8123:8123'
Expand Down
14 changes: 0 additions & 14 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,20 +223,6 @@ services:
networks:
- cvat

# cvat_ui:
# container_name: cvat_ui
# image: cvat/ui:${CVAT_VERSION:-dev}
# restart: always
# depends_on:
# - cvat_server
# labels:
# - traefik.enable=true
# - traefik.http.services.cvat-ui.loadbalancer.server.port=80
# - traefik.http.routers.cvat-ui.rule=Host(`${CVAT_HOST:-localhost}`)
# - traefik.http.routers.cvat-ui.entrypoints=web
# networks:
# - cvat

traefik:
image: traefik:v2.10
container_name: traefik
Expand Down

0 comments on commit 413741c

Please sign in to comment.