1 Star 0 Fork 0

ok/eosweb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.example.yml 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
orange1337 提交于 2019-06-12 18:34 . Angular 2 -> 7.1.4 migration + eos-ulm
version: "3"
services:
mongodb:
image: mongo:4.0
restart: always
volumes:
- ./mongo:/data/db
ports:
- "27018:27017"
environment:
- MONGO_INITDB_ROOT_USERNAME=root
- MONGO_INITDB_ROOT_PASSWORD=test123
eosweb:
image: rost1337/eosweb:latest
ports:
- 3039:3039
- 9615:9615
restart: always
links:
- mongodb
volumes:
- ./config.js:/home/eosweb/config.js
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/niujunhong/eosweb.git
git@gitee.com:niujunhong/eosweb.git
niujunhong
eosweb
eosweb
master

搜索帮助