Skip to content

Commit 96e134a

Browse files
committed
Populate snaptile thumbnail settings.
1 parent 805eaad commit 96e134a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: .env-template

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ PIPELINE_SCHEDULER_HOST=pipeline-scheduler
1515
PIPELINE_SCHEDULER_PORT=6002
1616
PIPELINE_API_CLIENT_PORT=6101
1717
PIPELINE_API_CLIENT_SOCKET_IO_PORT=6102
18+
PIPELINE_THUMBS_HOST=ml-ubuntu-test
19+
PIPELINE_THUMBS_PORT=6001
1820

1921
# Mount an external volume - usually contains the task repositories.
2022
EXTERNAL_DATA_VOLUME_1=/mnt/groups

Diff for: docker-compose.coordinator.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ services:
3434
pipeline-client:
3535
image: mouselightpipeline/pipeline-client
3636
hostname: pipeline-client
37+
environment:
38+
PIPELINE_THUMBS_HOST: ${PIPELINE_THUMBS_HOST}
39+
PIPELINE_THUMBS_PORT: ${PIPELINE_THUMBS_PORT}
3740
ports:
3841
- ${PIPELINE_API_CLIENT_PORT}:6101
3942
- ${PIPELINE_API_CLIENT_SOCKET_IO_PORT}:6102

0 commit comments

Comments
 (0)