feat(cd): git version tag pushed to docker

This commit is contained in:
Corentin Thomasset 2023-04-13 01:03:21 +02:00 committed by Corentin THOMASSET
parent 80401b6405
commit dce9ff91e2
2 changed files with 63 additions and 6 deletions

View file

@ -10,16 +10,25 @@ You have an idea of a tool? Submit a [feature request](https://github.com/Corent
## Self host
Self host your own version of it-tools in your homelab with docker:
Self host solutions for your homelab
**From docker hub:**
```sh
docker run -d \
--name it-tools \
--restart unless-stopped \
-p 8080:80 \
corentinth/it-tools:latest
docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest
```
**From github packages:**
```sh
docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corentinth/it-tools:latest
```
**Other solutions:**
- [Tipi](https://www.runtipi.io/docs/apps-available)
- [Unraid](https://unraid.net/community/apps?q=it-tools)
## Contribute
### Recommended IDE Setup