修改了部署文件
parent
c08602ac56
commit
60ee2f5690
|
|
@ -3,7 +3,7 @@ version: '3.8'
|
||||||
services:
|
services:
|
||||||
# MySQL数据库
|
# MySQL数据库
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:8.0
|
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mysql:8.0
|
||||||
container_name: imeeting-mysql
|
container_name: imeeting-mysql
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -35,7 +35,7 @@ services:
|
||||||
|
|
||||||
# Redis缓存
|
# Redis缓存
|
||||||
redis:
|
redis:
|
||||||
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redis:7-alpineredis:7-alpine
|
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redis:7-alpine
|
||||||
container_name: imeeting-redis
|
container_name: imeeting-redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue