File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments