18 Star 51 Fork 22

aaronchen2k/ngtesting-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 589 Bytes
一键复制 编辑 原始数据 按行查看 历史
aaronchen2k 提交于 2019-11-18 20:10 . Fixed a bug about new project auth
version : '2'
services:
ngtesting-redis:
image: registry.cn-shanghai.aliyuncs.com/aaron-share/redis
ports:
- "56379:6379"
ngtesting-postgres:
image: registry.cn-shanghai.aliyuncs.com/ngtesting/ngtesting-postgres:2.0.0
environment:
- POSTGRES_PASSWORD=P2ssw0rd
ports:
- "55432:5432"
volumes:
- ./postgres-data:/var/lib/postgresql/data
ngtesting-web:
image: registry.cn-shanghai.aliyuncs.com/ngtesting/ngtesting-web:2.0.0
depends_on:
- ngtesting-postgres
- ngtesting-redis
ports:
- "50080:80"
command: sh /launch.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/aaronchen2k/ngtesting-web.git
git@gitee.com:aaronchen2k/ngtesting-web.git
aaronchen2k
ngtesting-web
ngtesting-web
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385