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.
35 lines
590 B
YAML
35 lines
590 B
YAML
#
|
|
# Copyright (C) 2021-2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
version: '3.3'
|
|
|
|
services:
|
|
cvat_server:
|
|
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
|
|
|
|
cvat_opa:
|
|
volumes:
|
|
- ./cvat/apps/iam/rules:/rules
|
|
ports:
|
|
- '8181:8181'
|
|
command: run --server --set=decision_logs.console=true /rules
|