-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.env.default
More file actions
72 lines (62 loc) · 2.2 KB
/
Copy path.env.default
File metadata and controls
72 lines (62 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# VIAME Web Configuration Template
# Create a copy of this file called .env
# More Docs @ https://kitware.github.io/dive/Deployment-Docker-Compose
# Docker Compose Stack configuration
#
COMPOSE_PROJECT_NAME=dive
# Default to the full GPU-enabled worker stack.
# Set COMPOSE_PROFILES=cpu for CPU-only worker mode.
COMPOSE_PROFILES=gpu
# MongoDB Configuration
#
#MONGO_DB_PATH=/opt/dive/mongo/data/db
# Web server configuration
#
#GIRDER_ADMIN_USER=admin
#GIRDER_ADMIN_PASS=letmein
# Girder Worker / Celery (Girder 5 — replaces CELERY_BROKER_URL and WORKER_API_URL)
#
#RABBITMQ_DEFAULT_USER=guest
#RABBITMQ_DEFAULT_PASS=guest
#RABBITMQ_DEFAULT_VHOST=default
#GIRDER_WORKER_BROKER=amqp://guest:guest@rabbit/default
#GIRDER_WORKER_BACKEND=rpc://guest:guest@localhost/
#GIRDER_SETTING_WORKER_API_URL=http://girder:8080/api/v1
#GIRDER_NOTIFICATION_REDIS_URL=redis://redis:6379
# Docker image tag for kitware/viame-web (workers use cpu/gpu tags in compose)
#TAG=latest
# RabbitMQ User Queue configs
# the user requires administrator permissions in rabbitmq management plugin
# it is probably a different user than the celery login user above.
#
#RABBITMQ_DISTRIBUTED_WORKER=0 # if the UI for distributed workers should be displayed
#RABBITMQ_MANAGEMENT_USERNAME=guest
#RABBITMQ_MANAGEMENT_PASSWORD=guest
#RABBITMQ_MANAGEMENT_VHOST=default
#RABBITMQ_MANAGEMENT_URL="http://rabbit:15672/"
#RABBITMQ_MANAGEMENT_BROKER_URL_TEMPLATE="amqp://{}:{}@rabbit/default"
# Production data bind paths
#
#DIVE_PUBLIC_DATA=/var/local/public
# The GPU to use for the respective container
# If not specifies, each container will use the first GPU available
#
#PIPELINE_GPU_UUID=
#TRAINING_GPU_UUID=
# Worker Concurrency
#
#DEFAULT_WORKER_CONCURRENCY=3
#PIPELINE_WORKER_CONCURRENCY=1
#TRAINING_WORKER_CONCURRENCY=1
# Other Production variables
#
#TIMEZONE='America/New_York'
#HOSTNAME=domain.com
#BACKUP_HOSTNAME=backups.${HOSTNAME}
#ACME_EMAIL=changeme@domain.com
#ACME_CA_SERVER=https://acme-v02.api.letsencrypt.org/directory
#LOG_LEVEL=ERROR
# Split or standalone worker: remote Girder API (replaces legacy WORKER_API_URL)
#GIRDER_SETTING_WORKER_API_URL=https://viame.kitware.com/api/v1
#SOCK_PATH=/var/run/docker.sock
WATCHTOWER_API_TOKEN="customtokenstring"