Skip to content

Commit 46fceb6

Browse files
committed
Update for v.14 references.
1 parent 693746a commit 46fceb6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: docker-compose.coordinator.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
# Coordinator/scheduler - required, can be deployed anywhere
99
#
1010
pipeline-api:
11-
image: mouselightpipeline/pipeline-api:1.3
11+
image: mouselightpipeline/pipeline-api:1.4
1212
hostname: pipeline-api
1313
ports:
1414
- ${PIPELINE_API_PORT}:6001
@@ -20,7 +20,7 @@ services:
2020
- back_tier
2121

2222
pipeline-scheduler:
23-
image: mouselightpipeline/scheduler:1.3
23+
image: mouselightpipeline/scheduler:1.4
2424
hostname: pipeline-scheduler
2525
ports:
2626
- ${PIPELINE_SCHEDULER_PORT}:6002
@@ -32,7 +32,7 @@ services:
3232
- back_tier
3333

3434
pipeline-client:
35-
image: mouselightpipeline/pipeline-client:1.3
35+
image: mouselightpipeline/pipeline-client:1.4
3636
hostname: pipeline-client
3737
environment:
3838
PIPELINE_THUMBS_HOST: ${PIPELINE_THUMBS_HOST}

Diff for: docker-compose.workers.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: '3.1'
55
#
66
services:
77
canopus-client:
8-
image: mouselightpipeline/worker-client:1.3
8+
image: mouselightpipeline/worker-client:1.4
99
hostname: canopus-client
1010
environment:
1111
PIPELINE_WORKER_API_HOST: ${PIPELINE_CANOPUS_API_HOST}
@@ -18,7 +18,7 @@ services:
1818
- back_tier
1919

2020
sirius-client:
21-
image: mouselightpipeline/worker-client:1.3
21+
image: mouselightpipeline/worker-client:1.4
2222
hostname: sirius-client
2323
environment:
2424
PIPELINE_WORKER_API_HOST: ${PIPELINE_SIRIUS_API_HOST}
@@ -31,7 +31,7 @@ services:
3131
- back_tier
3232

3333
vega-client:
34-
image: mouselightpipeline/worker-client:1.3
34+
image: mouselightpipeline/worker-client:1.4
3535
hostname: vega-client
3636
environment:
3737
PIPELINE_WORKER_API_HOST: ${PIPELINE_VEGA_API_HOST}

0 commit comments

Comments
 (0)