1 Star 0 Fork 104

寓述/PilotGo_1

forked from 寓述/PilotGo 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
docker-compose.yml 625 Bytes
Copy Edit Raw Blame History
guozhengxin1999 authored 2022-11-18 11:26 . sidebar add/remove plugin entry
version: '3'
services:
# TODO: For test
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/wqh0122/PilotGo_1.git
git@gitee.com:wqh0122/PilotGo_1.git
wqh0122
PilotGo_1
PilotGo_1
master

Search