Skip to content

Commit

Permalink
chore: update all in one
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Oct 17, 2023
1 parent 225b857 commit f0a5aef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 33 deletions.
22 changes: 7 additions & 15 deletions deploy/docker-compose/all_in_one/mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ volumes:
networks:
simple-admin:
driver: bridge
ipam:
driver: default
config:
- subnet: 10.5.0.0/16

services:
mysql:
Expand All @@ -30,7 +26,6 @@ services:
simple-admin:
aliases:
- mysql-server
ipv4_address: 10.5.0.2
deploy:
resources:
limits:
Expand All @@ -52,7 +47,6 @@ services:
simple-admin:
aliases:
- redis-server
ipv4_address: 10.5.0.3
deploy:
resources:
limits:
Expand All @@ -63,7 +57,7 @@ services:
memory: 200M

core-rpc:
image: ryanpower/core-rpc-docker:v1.1.5
image: ryanpower/core-rpc-docker:v1.1.6
container_name: core-rpc
restart: always
ports:
Expand All @@ -77,7 +71,6 @@ services:
simple-admin:
aliases:
- core-rpc
ipv4_address: 10.5.0.4
deploy:
resources:
limits:
Expand All @@ -88,7 +81,7 @@ services:
memory: 200M

job-rpc:
image: ryanpower/job-rpc-docker:v1.1.5
image: ryanpower/job-rpc-docker:v1.1.6
container_name: job-rpc
restart: always
ports:
Expand All @@ -102,7 +95,6 @@ services:
simple-admin:
aliases:
- job-rpc
ipv4_address: 10.5.0.7
deploy:
resources:
limits:
Expand All @@ -113,12 +105,13 @@ services:
memory: 200M

core-api:
image: ryanpower/core-api-docker:v1.1.5
image: ryanpower/core-api-docker:v1.1.6
container_name: core-api
restart: always
environment:
I18N_DIR: '/app/etc/'
DATABASE_TYPE: 'mysql'
DATABASE_HOST: 'mysql-server'
DATABASE_USERNAME: 'root'
DATABASE_PASSWORD: 'simple-admin.'
DATABASE_PORT: 3306
Expand All @@ -129,7 +122,6 @@ services:
simple-admin:
aliases:
- core-api
ipv4_address: 10.5.0.5
deploy:
resources:
limits:
Expand All @@ -140,7 +132,7 @@ services:
memory: 200M

backend-ui:
image: ryanpower/backend-ui-docker:v1.1.5
image: ryanpower/backend-ui-docker:v1.1.6
container_name: backend-ui
restart: always
ports:
Expand All @@ -160,7 +152,7 @@ services:
memory: 200M

fms-api:
image: ryanpower/fms-api-docker:v1.1.5
image: ryanpower/fms-api-docker:v1.1.6
container_name: fms-api
restart: always
# environment:
Expand Down Expand Up @@ -191,7 +183,7 @@ services:
memory: 200M

mcms-rpc:
image: ryanpower/mcms-rpc-docker:v1.1.5
image: ryanpower/mcms-rpc-docker:v1.1.6
container_name: mcms-rpc
restart: always
environment:
Expand Down
24 changes: 6 additions & 18 deletions deploy/docker-compose/all_in_one/postgresql/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ volumes:
networks:
simple-admin:
driver: bridge
ipam:
driver: default
config:
- subnet: 10.5.0.0/16

services:
postgresql:
Expand All @@ -29,7 +25,6 @@ services:
simple-admin:
aliases:
- postgresql-server
ipv4_address: 10.5.0.2
deploy:
resources:
limits:
Expand All @@ -51,7 +46,6 @@ services:
simple-admin:
aliases:
- redis-server
ipv4_address: 10.5.0.3
deploy:
resources:
limits:
Expand All @@ -62,7 +56,7 @@ services:
memory: 200M

core-rpc:
image: ryanpower/core-rpc-docker:v1.1.5
image: ryanpower/core-rpc-docker:v1.1.6
container_name: core-rpc
restart: always
# ports:
Expand All @@ -71,7 +65,6 @@ services:
simple-admin:
aliases:
- core-rpc
ipv4_address: 10.5.0.4
deploy:
resources:
limits:
Expand All @@ -82,7 +75,7 @@ services:
memory: 200M

job-rpc:
image: ryanpower/job-rpc-docker:v1.1.5
image: ryanpower/job-rpc-docker:v1.1.6
container_name: job-rpc
restart: always
# ports:
Expand All @@ -91,7 +84,6 @@ services:
simple-admin:
aliases:
- job-rpc
ipv4_address: 10.5.0.7
deploy:
resources:
limits:
Expand All @@ -102,7 +94,7 @@ services:
memory: 200M

core-api:
image: ryanpower/core-api-docker:v1.1.5
image: ryanpower/core-api-docker:v1.1.6
container_name: core-api
restart: always
environment:
Expand All @@ -114,7 +106,6 @@ services:
simple-admin:
aliases:
- core-api
ipv4_address: 10.5.0.5
deploy:
resources:
limits:
Expand All @@ -125,7 +116,7 @@ services:
memory: 200M

backend-ui:
image: ryanpower/backend-ui-docker:v1.1.5
image: ryanpower/backend-ui-docker:v1.1.6
container_name: backend-ui
restart: always
ports:
Expand All @@ -134,7 +125,6 @@ services:
simple-admin:
aliases:
- backend-ui
ipv4_address: 10.5.0.6
deploy:
resources:
limits:
Expand All @@ -145,7 +135,7 @@ services:
memory: 200M

fms-api:
image: ryanpower/fms-api-docker:v1.1.5
image: ryanpower/fms-api-docker:v1.1.6
container_name: fms-api
restart: always
# environment:
Expand All @@ -160,7 +150,6 @@ services:
simple-admin:
aliases:
- fms-api
ipv4_address: 10.5.0.8
deploy:
resources:
limits:
Expand All @@ -171,7 +160,7 @@ services:
memory: 200M

mcms-rpc:
image: ryanpower/mcms-rpc-docker:v1.1.5
image: ryanpower/mcms-rpc-docker:v1.1.6
container_name: mcms-rpc
restart: always
# environment:
Expand All @@ -182,7 +171,6 @@ services:
simple-admin:
aliases:
- mcms-rpc
ipv4_address: 10.5.0.9
deploy:
resources:
limits:
Expand Down

0 comments on commit f0a5aef

Please sign in to comment.