first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-04-27 11:16:37 +02:00
parent fb8faeb2cf
commit 35d3e255d1
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
Portainer Stack:
```
---
version: "3.8"
services:
librespeed:
image: lscr.io/linuxserver/librespeed:latest
container_name: librespeed
network_mode: bridge
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- PASSWORD=
- CUSTOM_RESULTS=false
volumes:
- librespeed_volume:/config
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true
volumes:
librespeed_volume:
external: false
```

View File

@ -88,6 +88,7 @@ nav:
- Gitea: portainer-stacks/Gitea.md
- Heimdall: portainer-stacks/heimdall.md
- Jellyfin: portainer-stacks/jellyfin.md
- Librespeed: portainer-stacks/Librespeed.md
- MQTT-Explorer: portainer-stacks/mqtt-explorer.md
- MQTT Mosquitto: portainer-stacks/MQTT-Mosquitto.md
- Octoprint: portainer-stacks/octoprint.md