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