mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-02 21:55:33 +02:00
update snipeit
This commit is contained in:
parent
efae1198d0
commit
718e826c0f
@ -377,6 +377,7 @@ A collection of delicious docker recipes.
|
|||||||
- selenoid-ui
|
- selenoid-ui
|
||||||
- [x] sentry
|
- [x] sentry
|
||||||
- [x] atmoz/sftp
|
- [x] atmoz/sftp
|
||||||
|
- [x] snipe/snipe-it
|
||||||
- [x] scrapinghub/splash
|
- [x] scrapinghub/splash
|
||||||
- [x] teamatldocker
|
- [x] teamatldocker
|
||||||
- [x] confluence
|
- [x] confluence
|
||||||
|
7
snipeit/README.md
Normal file
7
snipeit/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
snipe-it
|
||||||
|
========
|
||||||
|
|
||||||
|
[Snipe-IT][1] is open source software. Transparency, security and oversight is
|
||||||
|
at the heart of everything we do. No vendor lock-in again, ever.
|
||||||
|
|
||||||
|
[1]: https://snipeitapp.com/
|
@ -1,22 +1,26 @@
|
|||||||
snipeit:
|
version: "3.8"
|
||||||
image: snipe/snipe-it
|
|
||||||
ports:
|
|
||||||
- "8080:80"
|
|
||||||
links:
|
|
||||||
- mysql
|
|
||||||
volumes:
|
|
||||||
- ./data/snipeit:/var/lib/snipeit
|
|
||||||
env_file:
|
|
||||||
- ./data/snipeit/snipeit.env
|
|
||||||
restart: always
|
|
||||||
|
|
||||||
mysql:
|
services:
|
||||||
image: mysql
|
|
||||||
volumes:
|
snipeit:
|
||||||
- ./data/mysql:/var/lib/mysql
|
image: snipe/snipe-it
|
||||||
environment:
|
ports:
|
||||||
- MYSQL_ROOT_PASSWORD=root
|
- "8080:80"
|
||||||
- MYSQL_USER=snipeit
|
links:
|
||||||
- MYSQL_PASSWORD=snipeit
|
- mysql
|
||||||
- MYSQL_DATABASE=snipeit
|
volumes:
|
||||||
restart: always
|
- ./data/snipeit:/var/lib/snipeit
|
||||||
|
env_file:
|
||||||
|
- ./data/snipeit/snipeit.env
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
mysql:
|
||||||
|
image: mysql
|
||||||
|
volumes:
|
||||||
|
- ./data/mysql:/var/lib/mysql
|
||||||
|
environment:
|
||||||
|
- MYSQL_ROOT_PASSWORD=root
|
||||||
|
- MYSQL_USER=snipeit
|
||||||
|
- MYSQL_PASSWORD=snipeit
|
||||||
|
- MYSQL_DATABASE=snipeit
|
||||||
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user