wiki/docker-compose.yml
yangzuhao 19be9ff3e3
All checks were successful
continuous-integration/drone/push Build is passing
修改启动配置文件
2023-02-12 15:29:27 +08:00

22 lines
462 B
YAML

version: "3"
services:
docker-ui:
hostname: wiki.flyaha.top
image: requarks/wiki:latest
container_name: wiki
ports:
- "8002:3000"
environment:
- DB_TYPE=mysql
- DB_HOST=192.168.123.245
- DB_PORT=4000
- DB_USER=www_git
- DB_PASS=Z2l0Cg==
- DB_NAME=www_wiki
volumes:
- /home/work/apps/wiki/data:/wiki/data/
- /home/work/apps/wiki/config:/config
networks:
flyaha:
external: true