1 Star 0 Fork 11

laogg / olivia

forked from Gitee 极速下载 / olivia 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthias Schneider 提交于 2020-05-22 09:11 . fixed PORT in docker-compose
version: '3'
services:
olivia-ai.org:
image: "docker.pkg.github.com/olivia-ai/olivia-ai.org/olivia-ai.org:latest"
build:
context: .
args:
- VUE_APP_URL=ws://localhost:8080
environment:
- PORT=80
ports:
- "80:80"
olivia:
image: "docker.pkg.github.com/olivia-ai/olivia/olivia:latest"
environment:
- PORT=8080
ports:
- "8080:8080"
Go
1
https://gitee.com/laogg/olivia.git
git@gitee.com:laogg/olivia.git
laogg
olivia
olivia
master

搜索帮助