1 Star 1 Fork 104

xiehongyu/PilotGo

forked from openEuler/PilotGo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 606 Bytes
一键复制 编辑 原始数据 按行查看 历史
guozhengxin1999 提交于 2022-10-27 19:11 . add plugin add implement
version: '3'
services:
server:
# build: .
image: pilotgo_server:latest
ports:
- "8888:8888"
- "8889:8889"
networks:
- pilotgo
depends_on:
- redis
- mysql
restart: always
redis:
image: redis
container_name: redis-server
networks:
- pilotgo
ports:
- "6379:6379"
mysql:
image: mysql
container_name: mysql-server
networks:
- pilotgo
ports:
- "3306:3306"
volumes:
- /var/lib/mysql:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=1234
networks:
pilotgo:
external: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kylinxhy/PilotGo.git
git@gitee.com:kylinxhy/PilotGo.git
kylinxhy
PilotGo
PilotGo
master

搜索帮助