Skip to content

Commit

Permalink
Merge pull request #254 from suyuan32/dev
Browse files Browse the repository at this point in the history
chore: update all in one
  • Loading branch information
suyuan32 authored Jan 25, 2024
2 parents dccf567 + 6608e5c commit 5328084
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions deploy/docker-compose/all_in_one/mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ networks:

services:
mysql:
image: mysql:8.0.21
image: mysql:8.0.36
container_name: mysql
command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
restart: always
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
memory: 200M

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

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

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

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

fms-api:
image: ryanpower/fms-api-docker:v1.2.8
image: ryanpower/fms-api-docker:v1.3.3
container_name: fms-api
restart: always
# environment:
Expand Down Expand Up @@ -185,7 +185,7 @@ services:
memory: 200M

mcms-rpc:
image: ryanpower/mcms-rpc-docker:v1.2.8
image: ryanpower/mcms-rpc-docker:v1.3.3
container_name: mcms-rpc
restart: always
environment:
Expand Down
12 changes: 6 additions & 6 deletions deploy/docker-compose/all_in_one/postgresql/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
memory: 200M

core-rpc:
image: ryanpower/core-rpc-docker:v1.2.8
image: ryanpower/core-rpc-docker:v1.3.3
container_name: core-rpc
restart: always
# ports:
Expand All @@ -75,7 +75,7 @@ services:
memory: 200M

job-rpc:
image: ryanpower/job-rpc-docker:v1.2.8
image: ryanpower/job-rpc-docker:v1.3.3
container_name: job-rpc
restart: always
# ports:
Expand All @@ -94,7 +94,7 @@ services:
memory: 200M

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

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

fms-api:
image: ryanpower/fms-api-docker:v1.2.8
image: ryanpower/fms-api-docker:v1.3.3
container_name: fms-api
restart: always
# environment:
Expand All @@ -160,7 +160,7 @@ services:
memory: 200M

mcms-rpc:
image: ryanpower/mcms-rpc-docker:v1.2.8
image: ryanpower/mcms-rpc-docker:v1.3.3
container_name: mcms-rpc
restart: always
# environment:
Expand Down

0 comments on commit 5328084

Please sign in to comment.