fix(docker-compose): replaced latest and stable at the right compose file
This commit is contained in:
parent
f832f9806e
commit
cb70fb6982
@ -1,5 +1,5 @@
|
|||||||
molgenis:
|
molgenis:
|
||||||
image: registry.webhosting.rug.nl/molgenis/molgenis:stable
|
image: registry.webhosting.rug.nl/molgenis/molgenis:latest
|
||||||
ports:
|
ports:
|
||||||
- 8080
|
- 8080
|
||||||
links:
|
links:
|
||||||
@ -39,7 +39,7 @@
|
|||||||
io.rancher.scheduler.global: true
|
io.rancher.scheduler.global: true
|
||||||
|
|
||||||
opencpu:
|
opencpu:
|
||||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:stable
|
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:latest
|
||||||
ports:
|
ports:
|
||||||
- 8004:8004
|
- 8004:8004
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
molgenis:
|
molgenis:
|
||||||
image: registry.webhosting.rug.nl/molgenis/molgenis:latest
|
image: registry.webhosting.rug.nl/molgenis/molgenis:stable
|
||||||
ports:
|
ports:
|
||||||
- 8080
|
- 8080
|
||||||
links:
|
links:
|
||||||
@ -39,7 +39,7 @@
|
|||||||
io.rancher.scheduler.global: true
|
io.rancher.scheduler.global: true
|
||||||
|
|
||||||
opencpu:
|
opencpu:
|
||||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:latest
|
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:stable
|
||||||
ports:
|
ports:
|
||||||
- 8004:8004
|
- 8004:8004
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user