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