feat: 更新脚本;增加CI/CD模板

This commit is contained in:
2023-08-21 16:47:15 +08:00
parent 4f8b2215ea
commit 7a2fbef429
28 changed files with 1861 additions and 371 deletions
+4 -4
View File
@@ -6,18 +6,18 @@ version: '3.8'
# 当前配置仅保证可以启动容器;更多配置参数请参考镜像 README.md 文档中说明
services:
app1-name:
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/app-name'
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/app-name:latest'
ports:
- '8001:8000'
environment:
- ALLOW_ANONYMOUS_LOGIN=yes
- ALLOW_ANONYMOUS=yes
app2-name:
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/app-name'
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/app-name:latest'
ports:
- '8002:8000'
environment:
- ALLOW_ANONYMOUS_LOGIN=yes
- ALLOW_ANONYMOUS=yes
volumes:
- 'app_conf:/srv/conf'
depends_on: