This commit is contained in:
parent
ad4f3089ee
commit
402c2ea94c
@ -1,4 +1,4 @@
|
||||
FROM squidfunk/mkdocs-material:${tag-latest}
|
||||
FROM squidfunk/mkdocs-material:${TAG-latest}
|
||||
|
||||
COPY requirements.txt /docs/requirements.txt
|
||||
RUN pip install -U -r /docs/requirements.txt
|
@ -12,12 +12,12 @@ services:
|
||||
- TZ=${TZ-Europe/Amsterdam}
|
||||
volumes:
|
||||
- ${DOCKER_FOLDER}/airsonic/config:/config
|
||||
- ${DOCKER_FOLDER}/airsonic/music:/music
|
||||
- ${HTPC_FOLDER}/airsonic/music:/music
|
||||
- ${DOCKER_FOLDER}/airsonic/playlists:/playlists
|
||||
- ${DOCKER_FOLDER}/airsonic/podcasts:/podcasts
|
||||
- ${DOCKER_FOLDER}/airsonic/media:/media
|
||||
- ${HTPC_FOLDER}/airsonic/media:/media
|
||||
ports:
|
||||
- 4040:4040
|
||||
- ${PORT-4040}:4040
|
||||
devices:
|
||||
- /dev/snd:/dev/snd
|
||||
restart: unless-stopped
|
||||
@ -31,6 +31,9 @@ NET=bridge
|
||||
TAG=latest
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PORT=4040
|
||||
TZ=Europe/Amsterdam
|
||||
AutoUpdate=true
|
||||
DOCKER_FOLDER=
|
||||
DOCKER_FOLDER=
|
||||
HTPC_FOLDER=
|
||||
```
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
bitwarden:
|
||||
image: bitwardenrs/server:${tag-latest}
|
||||
image: bitwardenrs/server:${TAG-latest}
|
||||
restart: ${RST-unless-stopped}
|
||||
container_name: bitwarden
|
||||
network_mode: ${NET-bridge}
|
||||
@ -23,7 +23,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
dillinger:
|
||||
image: lscr.io/linuxserver/dillinger:${tag-latest}
|
||||
image: lscr.io/linuxserver/dillinger:${TAG-latest}
|
||||
container_name: dillinger
|
||||
environment:
|
||||
- PUID=${PUID-1000}
|
||||
@ -24,7 +24,7 @@ volumes:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -58,7 +58,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
gitea:
|
||||
image: gitea/gitea:${tag-latest}
|
||||
image: gitea/gitea:${TAG-latest}
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=${PUID-1000}
|
||||
@ -26,7 +26,7 @@ services:
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
|
||||
gitea_db:
|
||||
image: lscr.io/linuxserver/mariadb:${tag-latest}
|
||||
image: lscr.io/linuxserver/mariadb:${TAG-latest}
|
||||
container_name: gitea_db
|
||||
environment:
|
||||
- PUID=${PUID-1000}
|
||||
@ -46,7 +46,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -87,7 +87,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
librespeed:
|
||||
image: lscr.io/linuxserver/librespeed:${tag-latest}
|
||||
image: lscr.io/linuxserver/librespeed:${TAG-latest}
|
||||
container_name: librespeed
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
@ -26,7 +26,7 @@ volumes:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
mqtt:
|
||||
container_name: mqtt
|
||||
hostname: mqtt
|
||||
image: eclipse-mosquitto:${tag-latest}
|
||||
image: eclipse-mosquitto:${TAG-latest}
|
||||
restart: ${RST-unless-stopped}
|
||||
network_mode: ${NET-bridge}
|
||||
user: "1000:1000"
|
||||
@ -27,7 +27,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
nextcloud:
|
||||
image: lscr.io/linuxserver/nextcloud:${tag-latest}
|
||||
image: lscr.io/linuxserver/nextcloud:${TAG-latest}
|
||||
container_name: nextcloud
|
||||
environment:
|
||||
- PUID=${PUID-1000}
|
||||
@ -23,7 +23,7 @@ services:
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
|
||||
nextcloud_db:
|
||||
image: lscr.io/linuxserver/mariadb:${tag-latest}
|
||||
image: lscr.io/linuxserver/mariadb:${TAG-latest}
|
||||
container_name: nextcloud_db
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
@ -45,7 +45,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -39,7 +39,7 @@ services:
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
|
||||
photoview_db:
|
||||
image: lscr.io/linuxserver/mariadb:${tag-latest}
|
||||
image: lscr.io/linuxserver/mariadb:${TAG-latest}
|
||||
restart: ${RST-unless-stopped}
|
||||
environment:
|
||||
- TZ=${TZ-Europe/Amsterdam}
|
||||
@ -61,7 +61,7 @@ volumes:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -22,7 +22,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
swag:
|
||||
image: lscr.io/linuxserver/swag:${tag-latest}
|
||||
image: lscr.io/linuxserver/swag:${TAG-latest}
|
||||
container_name: swag
|
||||
network_mode: ${NET-bridge}
|
||||
cap_add:
|
||||
@ -32,7 +32,7 @@ services:
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
|
||||
dockerproxy:
|
||||
image: ghcr.io/tecnativa/docker-socket-proxy:${tag-latest}
|
||||
image: ghcr.io/tecnativa/docker-socket-proxy:${TAG-latest}
|
||||
container_name: dockerproxy
|
||||
network_mode: ${NET-bridge}
|
||||
volumes:
|
||||
@ -58,7 +58,7 @@ EMAIL=your_real@email.com
|
||||
|
||||
RST=unless-stopped
|
||||
AutoUpdate=true
|
||||
tag=latest
|
||||
TAG=latest
|
||||
```
|
||||
[More LinuxServer MODS](https://mods.linuxserver.io/?mod=swag)
|
||||
|
||||
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
authelia:
|
||||
image: authelia/authelia:${tag-latest}
|
||||
image: authelia/authelia:${TAG-latest}
|
||||
container_name: authelia
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
@ -18,7 +18,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
NET=bridge
|
||||
TZ=Europe/Lisbon
|
||||
RST=unless-stopped
|
||||
|
@ -21,7 +21,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
tasmota-device-manager:
|
||||
image: ghcr.io/sirgoodenough/tdmdock:${tag-latest}
|
||||
image: ghcr.io/sirgoodenough/tdmdock:${TAG-latest}
|
||||
container_name: tasmota-device-manager
|
||||
network_mode: ${NET-bridge}
|
||||
volumes:
|
||||
@ -21,7 +21,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
AutoUpdate=true
|
||||
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
vscode:
|
||||
image: lscr.io/linuxserver/code-server:${tag-latest}
|
||||
image: lscr.io/linuxserver/code-server:${TAG-latest}
|
||||
container_name: vscode
|
||||
environment:
|
||||
- PUID=${PUID-1000}
|
||||
@ -28,7 +28,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
zigbee2mqtt:
|
||||
container_name: zigbee2mqtt
|
||||
hostname: zigbee2mqtt
|
||||
image: koenkk/zigbee2mqtt:${tag-latest}
|
||||
image: koenkk/zigbee2mqtt:${TAG-latest}
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
- /zigbee2mqtt:/app/data
|
||||
@ -23,7 +23,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -3,7 +3,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
bazarr:
|
||||
image: linuxserver/bazarr:${tag-latest}
|
||||
image: linuxserver/bazarr:${TAG-latest}
|
||||
container_name: bazarr
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
@ -12,12 +12,12 @@ services:
|
||||
- TZ={TZ-Europe/Amsterdam}
|
||||
- UMASK_SET=022
|
||||
volumes:
|
||||
- /htpc/bazarr:/config
|
||||
- /media/movies:/movies
|
||||
- /media/tvshows:/tv
|
||||
- /media/kids:/kids
|
||||
- ${DOCKER_FOLDER}/htpc/bazarr:/config
|
||||
- ${HTPC_FOLDER}/media/movies:/movies
|
||||
- ${HTPC_FOLDER}/media/tvshows:/tv
|
||||
- ${HTPC_FOLDER}/media/kids:/kids
|
||||
ports:
|
||||
- 6767:6767
|
||||
- ${PORT-6767}:6767
|
||||
restart: ${RST-unless-stopped}
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
@ -25,11 +25,14 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
PORT=6767
|
||||
DOCKER_FOLDER=
|
||||
HTPC_FOLDER=
|
||||
```
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
dashy:
|
||||
image: lissy93/dashy:${tag-latest}
|
||||
image: lissy93/dashy:${TAG-latest}
|
||||
container_name: dashy
|
||||
network_mode: ${NET-bridge}
|
||||
ports:
|
||||
@ -26,7 +26,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
digikam:
|
||||
image: lscr.io/linuxserver/digikam:${tag-latest}
|
||||
image: lscr.io/linuxserver/digikam:${TAG-latest}
|
||||
container_name: digikam
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
@ -27,7 +27,7 @@ volumes:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -4,7 +4,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
heimdall:
|
||||
image: lscr.io/linuxserver/heimdall:${tag-latest}
|
||||
image: lscr.io/linuxserver/heimdall:${TAG-latest}
|
||||
container_name: heimdall
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
@ -22,7 +22,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -3,7 +3,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
jellyfin:
|
||||
image: linuxserver/jellyfin:${tag-latest}
|
||||
image: linuxserver/jellyfin:${TAG-latest}
|
||||
container_name: jellyfin
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
@ -27,7 +27,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -6,7 +6,7 @@ volumes:
|
||||
mqttexplorer:
|
||||
services:
|
||||
mqtt-explorer:
|
||||
image: smeagolworms4/mqtt-explorer:${tag-latest}
|
||||
image: smeagolworms4/mqtt-explorer:${TAG-latest}
|
||||
container_name: mqtt-explorer
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
@ -26,7 +26,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -3,7 +3,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
qbittorrent:
|
||||
image: linuxserver/qbittorrent:${tag-latest}
|
||||
image: linuxserver/qbittorrent:${TAG-latest}
|
||||
container_name: qbittorrent
|
||||
network_mode: ${NET-bridge}
|
||||
volumes:
|
||||
@ -26,7 +26,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -16,7 +16,7 @@ Portainer Stack:
|
||||
version: "3.8"
|
||||
services:
|
||||
samba:
|
||||
image: elswork/samba:${tag-latest}
|
||||
image: elswork/samba:${TAG-latest}
|
||||
container_name: samba
|
||||
hostname: samba
|
||||
network_mode: ${NET-bridge}
|
||||
@ -34,7 +34,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -5,7 +5,7 @@ Portainer Stack:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
@ -17,7 +17,7 @@ services:
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
TAG=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
|
Loading…
x
Reference in New Issue
Block a user