Revision 57e5e62225e96d93a990e5d285a3509ba2b2364e authored by Kirill Lakhov on 13 January 2022, 14:35:26 UTC, committed by GitHub on 13 January 2022, 14:35:26 UTC
1 parent c9aa9a1
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