fix(docker-compose.yml): updated registries for opencpu and postgres (2.0.1)
This commit is contained in:
parent
1120395003
commit
5bc0fdef43
@ -1,5 +1,5 @@
|
|||||||
app:
|
app:
|
||||||
image: sidohaakma/molgenis-docker:2.0.0
|
image: registry.webhosting.rug.nl/molgenis:2.0.1
|
||||||
ports:
|
ports:
|
||||||
- 8081:8080
|
- 8081:8080
|
||||||
links:
|
links:
|
||||||
@ -14,7 +14,7 @@ app:
|
|||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
traefik.port: 8080
|
traefik.port: 8080
|
||||||
db:
|
db:
|
||||||
build: ./db
|
image: registry.webhosting.rug.nl/molgenis-postgres:2.0.1
|
||||||
expose:
|
expose:
|
||||||
- 5432
|
- 5432
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
app:
|
app:
|
||||||
image: sidohaakma/molgenis-docker:4.1.0
|
image: registry.webhosting.rug.nl/molgenis/molgenis:4.1.0
|
||||||
ports:
|
ports:
|
||||||
- 8081:8080
|
- 8081:8080
|
||||||
links:
|
links:
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
#io.rancher.sidekicks: elasticsearch-data
|
#io.rancher.sidekicks: elasticsearch-data
|
||||||
|
|
||||||
opencpu:
|
opencpu:
|
||||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu
|
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:5.2.0
|
||||||
ports:
|
ports:
|
||||||
- 8004:8004
|
- 8004:8004
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
molgenis:
|
molgenis:
|
||||||
image: registry.webhosting.rug.nl/molgenis/molgenis:7.0.0
|
image: registry.webhosting.rug.nl/molgenis/molgenis:7.0.0-SNAPSHOT
|
||||||
ports:
|
ports:
|
||||||
- 8080
|
- 8080
|
||||||
links:
|
links:
|
||||||
@ -32,7 +32,7 @@
|
|||||||
io.rancher.scheduler.global: true
|
io.rancher.scheduler.global: true
|
||||||
|
|
||||||
opencpu:
|
opencpu:
|
||||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:7.0.0
|
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:7.0.0-SNAPSHOT
|
||||||
ports:
|
ports:
|
||||||
- 8004:8004
|
- 8004:8004
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user