update 使用docker私库

master
管理员 1 year ago
parent b069462033
commit 4d2de2073a

@ -11,8 +11,8 @@ services:
mongodb:
container_name: mongodb
restart: always
# image: mongo:7.0
image: mongo:4.4
# registry.cn-hangzhou.aliyuncs.com/awl/image: mongo:7.0
image: registry.cn-hangzhou.aliyuncs.com/awl/mongo:4.4
ports:
- "27017:27017"
environment:
@ -33,7 +33,7 @@ services:
redis:
container_name: redis
restart: always
image: redis:7.0.5
image: registry.cn-hangzhou.aliyuncs.com/awl/redis:7.0.5
ports:
# 内部端口,生产环境可以不对外暴露
- "6379:6379"
@ -55,7 +55,7 @@ services:
db:
container_name: db
restart: always
image: mariadb:10.6
image: registry.cn-hangzhou.aliyuncs.com/awl/mariadb:10.6
environment:
# 时区上海
TZ: Asia/Shanghai
@ -87,7 +87,7 @@ services:
minio:
container_name: minio
restart: always
image: minio/minio:RELEASE.2023-04-28T18-11-17Z
image: registry.cn-hangzhou.aliyuncs.com/awl/minio:RELEASE.2023-04-28T18-11-17Z
ports:
# api 端口
- "9000:9000"
@ -142,7 +142,7 @@ services:
- qanything-network
nginx:
image: nginx:1.24.0
image: registry.cn-hangzhou.aliyuncs.com/awl/nginx:1.24.0
restart: always
container_name: nginx
environment:

Loading…
Cancel
Save