Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions conf/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ services:

mc-iam-manager:
container_name: mc-iam-manager
image: cloudbaristaorg/mc-iam-manager:0.5.4
image: cloudbaristaorg/mc-iam-manager:0.6.0
restart: unless-stopped
networks:
- mc-iam-manager-network
Expand Down Expand Up @@ -1108,7 +1108,7 @@ services:
exec docker-entrypoint.sh postgres"

mc-web-console-api:
image: cloudbaristaorg/mc-web-console-api:edge
image: cloudbaristaorg/mc-web-console-api:0.6.0
pull_policy: always
container_name: mc-web-console-api
platform: linux/amd64
Expand Down Expand Up @@ -1152,7 +1152,7 @@ services:
<<: *default-health-check

mc-web-console-front:
image: cloudbaristaorg/mc-web-console-front:edge
image: cloudbaristaorg/mc-web-console-front:0.6.0
pull_policy: always
container_name: mc-web-console-front
platform: linux/amd64
Expand Down