Skip to content

Commit 498ab7f

Browse files
authored
Update docker-compose.yml
1 parent a0d4d8e commit 498ab7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
openbis:
2121
# build: .
2222
# container_name: "openbis"
23-
image: ghcr.io/mat-o-lab/openbismantic:latest #will be changed to latest
23+
image: ghcr.io/mat-o-lab/openbismantic:main #will be changed to latest
2424
environment:
2525
SERVER_HOST_PORT: "${HOST_NAME}:${OPENBIS_SSL_PORT}"
2626
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
@@ -41,7 +41,7 @@ services:
4141
# context: ./init_database
4242
# dockerfile: ./Dockerfile
4343
container_name: init_database
44-
image: ghcr.io/mat-o-lab/openbismantic_init:latest #will change to latest
44+
image: ghcr.io/mat-o-lab/openbismantic_init:main #will change to latest
4545
environment:
4646
SERVER_HOST_PORT: "nginx:443"
4747
ADMIN_PASS: ${ADMIN_PASS}
@@ -56,7 +56,7 @@ services:
5656
# context: ./openbismantic_api
5757
# dockerfile: ./Dockerfile
5858
container_name: openbismantic_api
59-
image: ghcr.io/mat-o-lab/openbismantic_api:latest
59+
image: ghcr.io/mat-o-lab/openbismantic_api:main
6060
volumes:
6161
- ./openbismantic_api:/src
6262
environment:

0 commit comments

Comments
 (0)