Revision e8f294f673ba04bec63b124033ce4cd4d34dfe90 authored by Nikita Manovich on 26 February 2022, 18:15:38 UTC, committed by GitHub on 26 February 2022, 18:15:38 UTC
1 parent df8590e
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