Skip to content

Commit

Permalink
Enable to specify the version of the stack to deploy with Docker Comp…
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Jul 12, 2023
1 parent b127c39 commit 89fd3a9
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docker/openchallenges/services/apex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-apex:
image: ghcr.io/sage-bionetworks/openchallenges-apex:local
image: ghcr.io/sage-bionetworks/openchallenges-apex:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-apex
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-api-gateway:
image: ghcr.io/sage-bionetworks/openchallenges-api-gateway:local
image: ghcr.io/sage-bionetworks/openchallenges-api-gateway:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-api-gateway
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-app:
image: ghcr.io/sage-bionetworks/openchallenges-app:local
image: ghcr.io/sage-bionetworks/openchallenges-app:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-app
restart: always
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/challenge-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-challenge-service:
image: ghcr.io/sage-bionetworks/openchallenges-challenge-service:local
image: ghcr.io/sage-bionetworks/openchallenges-challenge-service:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-challenge-service
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/config-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-config-server:
image: ghcr.io/sage-bionetworks/openchallenges-config-server:local
image: ghcr.io/sage-bionetworks/openchallenges-config-server:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-config-server
restart: always
env_file:
Expand Down
6 changes: 3 additions & 3 deletions docker/openchallenges/services/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-elasticsearch:
image: ghcr.io/sage-bionetworks/openchallenges-elasticsearch:${ELASTIC_VERION:-local}
image: ghcr.io/sage-bionetworks/openchallenges-elasticsearch:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-elasticsearch
restart: always
environment:
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
condition: service_healthy

openchallenges-elasticsearch-node-2:
image: ghcr.io/sage-bionetworks/openchallenges-elasticsearch:${ELASTIC_VERION:-local}
image: ghcr.io/sage-bionetworks/openchallenges-elasticsearch:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-elasticsearch-node-2
restart: always
environment:
Expand All @@ -53,7 +53,7 @@ services:
memory: 2G

openchallenges-elasticsearch-node-3:
image: ghcr.io/sage-bionetworks/openchallenges-elasticsearch:${ELASTIC_VERION:-local}
image: ghcr.io/sage-bionetworks/openchallenges-elasticsearch:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-elasticsearch-node-3
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-grafana:
image: ghcr.io/sage-bionetworks/openchallenges-grafana:local
image: ghcr.io/sage-bionetworks/openchallenges-grafana:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-grafana
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/image-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-image-service:
image: ghcr.io/sage-bionetworks/openchallenges-image-service:local
image: ghcr.io/sage-bionetworks/openchallenges-image-service:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-image-service
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-mariadb:
image: ghcr.io/sage-bionetworks/openchallenges-mariadb:local
image: ghcr.io/sage-bionetworks/openchallenges-mariadb:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-mariadb
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-minio:
image: ghcr.io/sage-bionetworks/openchallenges-minio:local
image: ghcr.io/sage-bionetworks/openchallenges-minio:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-minio
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/mysqld-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-mysqld-exporter:
image: ghcr.io/sage-bionetworks/openchallenges-mysqld-exporter:local
image: ghcr.io/sage-bionetworks/openchallenges-mysqld-exporter:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-mysqld-exporter
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/organization-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-organization-service:
image: ghcr.io/sage-bionetworks/openchallenges-organization-service:local
image: ghcr.io/sage-bionetworks/openchallenges-organization-service:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-organization-service
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-prometheus:
image: ghcr.io/sage-bionetworks/openchallenges-prometheus:local
image: ghcr.io/sage-bionetworks/openchallenges-prometheus:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-prometheus
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/rstudio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-rstudio:
image: ghcr.io/sage-bionetworks/openchallenges-rstudio:local
image: ghcr.io/sage-bionetworks/openchallenges-rstudio:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-rstudio
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/service-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-service-registry:
image: ghcr.io/sage-bionetworks/openchallenges-service-registry:local
image: ghcr.io/sage-bionetworks/openchallenges-service-registry:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-service-registry
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/thumbor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-thumbor:
image: ghcr.io/sage-bionetworks/openchallenges-thumbor:local
image: ghcr.io/sage-bionetworks/openchallenges-thumbor:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-thumbor
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-vault:
image: ghcr.io/sage-bionetworks/openchallenges-vault:local
image: ghcr.io/sage-bionetworks/openchallenges-vault:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-vault
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/openchallenges/services/zipkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
openchallenges-zipkin:
image: ghcr.io/sage-bionetworks/openchallenges-zipkin:local
image: ghcr.io/sage-bionetworks/openchallenges-zipkin:${OPENCHALLENGES_VERION:-local}
container_name: openchallenges-zipkin
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/schematic/services/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
schematic-api:
image: ghcr.io/sage-bionetworks/schematic-api:local
image: ghcr.io/sage-bionetworks/schematic-api:${SCHEMATIC_VERION:-local}
container_name: schematic-api
restart: always
env_file:
Expand Down
2 changes: 1 addition & 1 deletion docker/synapse/services/rstudio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
synapse-rstudio:
image: ghcr.io/sage-bionetworks/synapse-rstudio:local
image: ghcr.io/sage-bionetworks/synapse-rstudio:${SYNAPSE_VERION:-local}
container_name: synapse-rstudio
restart: always
env_file:
Expand Down

0 comments on commit 89fd3a9

Please sign in to comment.