We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805eaad commit 96e134aCopy full SHA for 96e134a
.env-template
@@ -15,6 +15,8 @@ PIPELINE_SCHEDULER_HOST=pipeline-scheduler
15
PIPELINE_SCHEDULER_PORT=6002
16
PIPELINE_API_CLIENT_PORT=6101
17
PIPELINE_API_CLIENT_SOCKET_IO_PORT=6102
18
+PIPELINE_THUMBS_HOST=ml-ubuntu-test
19
+PIPELINE_THUMBS_PORT=6001
20
21
# Mount an external volume - usually contains the task repositories.
22
EXTERNAL_DATA_VOLUME_1=/mnt/groups
docker-compose.coordinator.yml
@@ -34,6 +34,9 @@ services:
34
pipeline-client:
35
image: mouselightpipeline/pipeline-client
36
hostname: pipeline-client
37
+ environment:
38
+ PIPELINE_THUMBS_HOST: ${PIPELINE_THUMBS_HOST}
39
+ PIPELINE_THUMBS_PORT: ${PIPELINE_THUMBS_PORT}
40
ports:
41
- ${PIPELINE_API_CLIENT_PORT}:6101
42
- ${PIPELINE_API_CLIENT_SOCKET_IO_PORT}:6102
0 commit comments