mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:04:59 +01:00
update snipeit
This commit is contained in:
@@ -377,6 +377,7 @@ A collection of delicious docker recipes.
|
||||
- selenoid-ui
|
||||
- [x] sentry
|
||||
- [x] atmoz/sftp
|
||||
- [x] snipe/snipe-it
|
||||
- [x] scrapinghub/splash
|
||||
- [x] teamatldocker
|
||||
- [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,3 +1,7 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
|
||||
snipeit:
|
||||
image: snipe/snipe-it
|
||||
ports:
|
||||
@@ -8,7 +12,7 @@ snipeit:
|
||||
- ./data/snipeit:/var/lib/snipeit
|
||||
env_file:
|
||||
- ./data/snipeit/snipeit.env
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
|
||||
mysql:
|
||||
image: mysql
|
||||
@@ -19,4 +23,4 @@ mysql:
|
||||
- MYSQL_USER=snipeit
|
||||
- MYSQL_PASSWORD=snipeit
|
||||
- MYSQL_DATABASE=snipeit
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user