更新 docker-compose.yml
This commit is contained in:
parent
f7956d84e2
commit
747ed62ba4
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
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
|
||||
container_name: simsdb
|
||||
environment:
|
||||
@ -24,7 +24,7 @@ services:
|
||||
--default-authentication-plugin=mysql_native_password
|
||||
|
||||
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
|
||||
hostname: simsbe
|
||||
container_name: simsbe
|
||||
@ -44,7 +44,7 @@ services:
|
||||
start_period: 10s
|
||||
|
||||
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
|
||||
container_name: simsfe
|
||||
environment:
|
||||
@ -62,7 +62,7 @@ services:
|
||||
- ./front:/simsFE
|
||||
|
||||
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
|
||||
container_name: sims-autoheal
|
||||
environment:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user