You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
543 B
YAML
32 lines
543 B
YAML
#
|
|
# Copyright (C) 2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
version: '3.3'
|
|
|
|
services:
|
|
cvat:
|
|
build:
|
|
context: .
|
|
args:
|
|
http_proxy:
|
|
https_proxy:
|
|
no_proxy: nuclio,${no_proxy}
|
|
socks_proxy:
|
|
USER: 'django'
|
|
DJANGO_CONFIGURATION: 'production'
|
|
TZ: 'Etc/UTC'
|
|
CLAM_AV:
|
|
INSTALL_SOURCES:
|
|
|
|
cvat_ui:
|
|
build:
|
|
context: .
|
|
args:
|
|
http_proxy:
|
|
https_proxy:
|
|
no_proxy:
|
|
socks_proxy:
|
|
dockerfile: Dockerfile.ui
|