更新 docker-compose.yml
This commit is contained in:
parent
f7956d84e2
commit
747ed62ba4
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
simsdb:
|
simsdb:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/hzbb/mysql:5.7.44
|
image: registry.cn-guangzhou.aliyuncs.com/hzbb/mysql:5.7.44
|
||||||
restart: always
|
restart: always
|
||||||
container_name: simsdb
|
container_name: simsdb
|
||||||
environment:
|
environment:
|
||||||
@ -24,7 +24,7 @@ services:
|
|||||||
--default-authentication-plugin=mysql_native_password
|
--default-authentication-plugin=mysql_native_password
|
||||||
|
|
||||||
simsbe:
|
simsbe:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/hzbb/python:3.7.0
|
image: registry.cn-guangzhou.aliyuncs.com/hzbb/python:3.7.0
|
||||||
restart: always
|
restart: always
|
||||||
hostname: simsbe
|
hostname: simsbe
|
||||||
container_name: simsbe
|
container_name: simsbe
|
||||||
@ -44,7 +44,7 @@ services:
|
|||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
|
||||||
simsfe:
|
simsfe:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/hzbb/nginx:1.26.0
|
image: registry.cn-guangzhou.aliyuncs.com/hzbb/nginx:1.26.0
|
||||||
restart: always
|
restart: always
|
||||||
container_name: simsfe
|
container_name: simsfe
|
||||||
environment:
|
environment:
|
||||||
@ -62,7 +62,7 @@ services:
|
|||||||
- ./front:/simsFE
|
- ./front:/simsFE
|
||||||
|
|
||||||
autoheal:
|
autoheal:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/hzbb/autoheal:1.2.0
|
image: registry.cn-guangzhou.aliyuncs.com/hzbb/autoheal:1.2.0
|
||||||
restart: always
|
restart: always
|
||||||
container_name: sims-autoheal
|
container_name: sims-autoheal
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user