Revision 129584b99e940b93411ce87b9ddad8b60ae284ff authored by Timur Osmanov on 20 January 2022, 07:51:01 UTC, committed by GitHub on 20 January 2022, 07:51:01 UTC
1 parent c7fcd3a
Raw File
docker-compose.dev.yml
#
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
version: '3.3'

services:
  cvat:
    build:
      context: .
      args:
        http_proxy:
        https_proxy:
        socks_proxy:
        CLAM_AV:
        INSTALL_SOURCES:

  cvat_ui:
    build:
      context: .
      args:
        http_proxy:
        https_proxy:
        no_proxy:
        socks_proxy:
      dockerfile: Dockerfile.ui
back to top