修改了部署文件

main
mula.liu 2026-01-19 18:39:09 +08:00
parent c08602ac56
commit 60ee2f5690
1 changed files with 2 additions and 2 deletions

View File

@ -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: