Skip to content

Commit

Permalink
Merge pull request #139 from suyuan32/dev
Browse files Browse the repository at this point in the history
chore: update the image version in all in one
  • Loading branch information
suyuan32 authored Jun 20, 2023
2 parents a6c6dcb + 78beb7c commit 02746d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/docker-compose/all_in_one/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
memory: 200M

core-rpc:
image: ryanpower/core-rpc-docker:v1.0.7
image: ryanpower/core-rpc-docker:v1.0.11
container_name: core-rpc
restart: always
ports:
Expand All @@ -83,7 +83,7 @@ services:
memory: 200M

job-rpc:
image: ryanpower/job-rpc-docker:v1.0.7
image: ryanpower/job-rpc-docker:v1.0.11
container_name: job-rpc
restart: always
ports:
Expand All @@ -103,7 +103,7 @@ services:
memory: 200M

core-api:
image: ryanpower/core-api-docker:v1.0.7
image: ryanpower/core-api-docker:v1.0.11
container_name: core-api
restart: always
environment:
Expand All @@ -126,7 +126,7 @@ services:
memory: 200M

backend-ui:
image: ryanpower/backend-ui-docker:v1.0.7
image: ryanpower/backend-ui-docker:v1.0.11
container_name: backend-ui
restart: always
ports:
Expand All @@ -146,7 +146,7 @@ services:
memory: 200M

fms-api:
image: ryanpower/fms-api-docker:v1.0.7
image: ryanpower/fms-api-docker:v1.0.11
container_name: fms-api
restart: always
# environment:
Expand Down

0 comments on commit 02746d8

Please sign in to comment.