1 Star 0 Fork 26

离洛 / Snipe-IT

forked from Gitee 极速下载 / Snipe-IT 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3'
services:
snipeit:
build:
context: .
dockerfile: Dockerfile.alpine
container_name: snipeit
ports:
- 8000:80
volumes:
- ./logs:/var/www/html/storage/logs
depends_on:
- mariadb
- redis
env_file:
- .env.docker
networks:
- snipeit-backend
mariadb:
image: mariadb:latest
volumes:
- db:/var/lib/mysql
env_file:
- .env.docker
networks:
- snipeit-backend
redis:
image: redis:latest
networks:
- snipeit-backend
mailhog:
image: mailhog/mailhog:latest
ports:
# - 1025:1025
- 8025:8025
networks:
- snipeit-backend
volumes:
db: {}
networks:
snipeit-backend: {}
JavaScript
1
https://gitee.com/liluo0003/Snipe-IT.git
git@gitee.com:liluo0003/Snipe-IT.git
liluo0003
Snipe-IT
Snipe-IT
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891