Skip to content

Commit

Permalink
Merge pull request #8 from ranganathan-arumugam/refresh-release
Browse files Browse the repository at this point in the history
Refresh release image changes
  • Loading branch information
Sankaralingam1667 authored May 30, 2022
2 parents 860fe5b + 5822d0e commit aa2eb04
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deploy/multiple-container/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.5'
services:
id-web:
container_name: id_web_container
image: gcr.io/boldreports/bold-identity:4.1.78
image: gcr.io/boldreports/bold-identity:refresh_release_4.1.78
restart: on-failure
environment:
- APP_BASE_URL=<app_base_url>
Expand All @@ -20,7 +20,7 @@ services:

id-api:
container_name: id_api_container
image: gcr.io/boldreports/bold-idp-api:4.1.78
image: gcr.io/boldreports/bold-idp-api:refresh_release_4.1.78
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -36,7 +36,7 @@ services:

id-ums:
container_name: id_ums_container
image: gcr.io/boldreports/bold-ums:4.1.78
image: gcr.io/boldreports/bold-ums:refresh_release_4.1.78
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -52,7 +52,7 @@ services:

reports-web:
container_name: reports_web_container
image: gcr.io/boldreports/boldreports-server:4.1.78
image: gcr.io/boldreports/boldreports-server:refresh_release_4.1.78
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -68,7 +68,7 @@ services:

reports-api:
container_name: reports_api_container
image: gcr.io/boldreports/boldreports-server-api:4.1.78
image: gcr.io/boldreports/boldreports-server-api:refresh_release_4.1.78
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -85,7 +85,7 @@ services:

reports-jobs:
container_name: reports_jobs_container
image: gcr.io/boldreports/boldreports-server-jobs:4.1.78
image: gcr.io/boldreports/boldreports-server-jobs:refresh_release_4.1.78
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -103,7 +103,7 @@ services:

reports-reportservice:
container_name: reports_reportservice_container
image: gcr.io/boldreports/boldreports-designer:4.1.78
image: gcr.io/boldreports/boldreports-designer:refresh_release_4.1.78
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand Down

0 comments on commit aa2eb04

Please sign in to comment.