Skip to content

Commit

Permalink
Docker Compose setup: adjust for 1.9.x
Browse files Browse the repository at this point in the history
Ensure that 1.9 version of images is used for Docker setup in
release-1.9 branch.
  • Loading branch information
stsnel committed Feb 29, 2024
1 parent 9c721a0 commit 35b658c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions docker/compose-with-bind-mounts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
container_name: provider.yoda
platform: linux/amd64
hostname: provider.yoda
image: ghcr.io/utrechtuniversity/yoda-provider:development
image: ghcr.io/utrechtuniversity/yoda-provider:release-1.9
ports:
- "8247:1247"
- "20000-20199:20000-20199"
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
container_name: portal.yoda
platform: linux/amd64
hostname: portal.yoda
image: ghcr.io/utrechtuniversity/yoda-portal:development
image: ghcr.io/utrechtuniversity/yoda-portal:release-1.9
depends_on:
- provider
- eus
Expand All @@ -79,7 +79,7 @@ services:
container_name: eus.yoda
platform: linux/amd64
hostname: eus.yoda
image: ghcr.io/utrechtuniversity/yoda-eus:development
image: ghcr.io/utrechtuniversity/yoda-eus:release-1.9
depends_on:
- extuserdb
- mailpit
Expand All @@ -100,7 +100,7 @@ services:
container_name: public.yoda
platform: linux/amd64
hostname: public.yoda
image: ghcr.io/utrechtuniversity/yoda-public:development
image: ghcr.io/utrechtuniversity/yoda-public:release-1.9
ports:
- "8446:443"
build:
Expand All @@ -117,7 +117,7 @@ services:
container_name: data.yoda
platform: linux/amd64
hostname: data.yoda
image: ghcr.io/utrechtuniversity/davrods:development
image: ghcr.io/utrechtuniversity/davrods:release-1.9
depends_on:
- provider
ports:
Expand All @@ -130,7 +130,7 @@ services:
container_name: mailpit.yoda
platform: linux/amd64
hostname: mailpit.yoda
image: ghcr.io/utrechtuniversity/yoda-mailpit:development
image: ghcr.io/utrechtuniversity/yoda-mailpit:release-1.9
environment:
- TZ=Europe/Amsterdam
build:
Expand All @@ -143,7 +143,7 @@ services:
container_name: datacite-mock.yoda
platform: linux/amd64
hostname: datacite-mock.yoda
image: ghcr.io/utrechtuniversity/yoda-web-mock:development
image: ghcr.io/utrechtuniversity/yoda-web-mock:release-1.9
environment:
- MOCKNAME=datacite
- MOCKFQDN=datacite-mock.yoda
Expand Down
14 changes: 7 additions & 7 deletions docker/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
container_name: provider.yoda
platform: linux/amd64
hostname: provider.yoda
image: ghcr.io/utrechtuniversity/yoda-provider:development
image: ghcr.io/utrechtuniversity/yoda-provider:release-1.9
ports:
- "8247:1247"
- "20000-20199:20000-20199"
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
container_name: portal.yoda
platform: linux/amd64
hostname: portal.yoda
image: ghcr.io/utrechtuniversity/yoda-portal:development
image: ghcr.io/utrechtuniversity/yoda-portal:release-1.9
depends_on:
- provider
- eus
Expand All @@ -69,7 +69,7 @@ services:
container_name: eus.yoda
platform: linux/amd64
hostname: eus.yoda
image: ghcr.io/utrechtuniversity/yoda-eus:development
image: ghcr.io/utrechtuniversity/yoda-eus:release-1.9
depends_on:
- extuserdb
- mailpit
Expand All @@ -83,7 +83,7 @@ services:
container_name: public.yoda
platform: linux/amd64
hostname: public.yoda
image: ghcr.io/utrechtuniversity/yoda-public:development
image: ghcr.io/utrechtuniversity/yoda-public:release-1.9
ports:
- "8446:443"
build:
Expand All @@ -97,7 +97,7 @@ services:
container_name: data.yoda
platform: linux/amd64
hostname: data.yoda
image: ghcr.io/utrechtuniversity/davrods:development
image: ghcr.io/utrechtuniversity/davrods:release-1.9
depends_on:
- provider
ports:
Expand All @@ -110,7 +110,7 @@ services:
container_name: mailpit.yoda
platform: linux/amd64
hostname: mailpit.yoda
image: ghcr.io/utrechtuniversity/yoda-mailpit:development
image: ghcr.io/utrechtuniversity/yoda-mailpit:release-1.9
environment:
- TZ=Europe/Amsterdam
build:
Expand All @@ -123,7 +123,7 @@ services:
container_name: datacite-mock.yoda
platform: linux/amd64
hostname: datacite-mock.yoda
image: ghcr.io/utrechtuniversity/yoda-web-mock:development
image: ghcr.io/utrechtuniversity/yoda-web-mock:release-1.9
environment:
- MOCKNAME=datacite
- MOCKFQDN=datacite-mock.yoda
Expand Down

0 comments on commit 35b658c

Please sign in to comment.