updating docker version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2023-08-19 21:52:32 +02:00
parent 9482626314
commit 848a5f5f29
47 changed files with 120 additions and 106 deletions

View File

@ -1,4 +1,4 @@
version: "3.8" version: "3.9"
services: services:
wiki: wiki:

View File

@ -1,6 +1,6 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
version: "3.8" version: "3.9"
services: services:
airsonic: airsonic:
image: lscr.io/linuxserver/airsonic-advanced:${TAG-latest} image: lscr.io/linuxserver/airsonic-advanced:${TAG-latest}
@ -13,7 +13,7 @@ services:
volumes: volumes:
- ${DOCKER_FOLDER}/airsonic/config:/config - ${DOCKER_FOLDER}/airsonic/config:/config
- ${HTPC_FOLDER}/airsonic/music:/music - ${HTPC_FOLDER}/airsonic/music:/music
- ${DOCKER_FOLDER}/airsonic/playlists:/playlists - ${DOCKER_FOLDER}/airsonic/playlists:/laylists
- ${DOCKER_FOLDER}/airsonic/podcasts:/podcasts - ${DOCKER_FOLDER}/airsonic/podcasts:/podcasts
- ${HTPC_FOLDER}/airsonic/media:/media - ${HTPC_FOLDER}/airsonic/media:/media
ports: ports:
@ -32,7 +32,7 @@ TAG=latest
PUID=1000 PUID=1000
PGID=1000 PGID=1000
PORT=4040 PORT=4040
TZ=Europe/Amsterdam TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
DOCKER_FOLDER= DOCKER_FOLDER=
HTPC_FOLDER= HTPC_FOLDER=

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
bitwarden: bitwarden:
image: bitwardenrs/server:${TAG-latest} image: bitwardenrs/server:${TAG-latest}
@ -28,7 +28,7 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
super_mega_password= super_mega_password=
DOCKER_FOLDER= DOCKER_FOLDER=

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
dillinger: dillinger:
image: lscr.io/linuxserver/dillinger:${TAG-latest} image: lscr.io/linuxserver/dillinger:${TAG-latest}
@ -26,7 +26,7 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
PORT=8080 PORT=8080
DOCKER_FOLDER= DOCKER_FOLDER=

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
drone: drone:
container_name: drone container_name: drone
@ -63,6 +63,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
gitea: gitea:
image: gitea/gitea:${TAG-latest} image: gitea/gitea:${TAG-latest}
@ -51,6 +51,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -10,7 +10,7 @@ Portainer Stack:
# build cmd: COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build # build cmd: COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build
# run cmd: docker-compose up -d # run cmd: docker-compose up -d
version: "3.8" version: "3.9"
services: services:
proxy: proxy:
image: reallibrephotos/librephotos-proxy:${tag} image: reallibrephotos/librephotos-proxy:${tag}
@ -92,6 +92,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
librespeed: librespeed:
image: lscr.io/linuxserver/librespeed:${TAG-latest} image: lscr.io/linuxserver/librespeed:${TAG-latest}
@ -31,6 +31,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
mqtt: mqtt:
container_name: mqtt container_name: mqtt
@ -32,7 +32,7 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
nextcloud: nextcloud:
image: lscr.io/linuxserver/nextcloud:${TAG-latest} image: lscr.io/linuxserver/nextcloud:${TAG-latest}
@ -50,7 +50,7 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=1000 PUID=1000
PGID=1000 PGID=1000
TZ=Europe/Amsterdam TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
FOLDERS= FOLDERS=
``` ```

View File

@ -1,10 +1,10 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
overseerr: overseerr:
image: lscr.io/linuxserver/overseerr:latest image: lscr.io/linuxserver/overseerr:${TAG-latest}
container_name: overseerr container_name: overseerr
network_mode: ${NET-bridge} network_mode: ${NET-bridge}
environment: environment:

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
photoview: photoview:
@ -66,6 +66,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
prowlarr: prowlarr:
image: lscr.io/linuxserver/prowlarr:develop image: lscr.io/linuxserver/prowlarr:develop
@ -27,6 +27,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
swag: swag:
image: lscr.io/linuxserver/swag:${TAG-latest} image: lscr.io/linuxserver/swag:${TAG-latest}
@ -50,7 +50,7 @@ Environments:
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
URL=example.com URL=example.com
VALIDATION=DNS VALIDATION=DNS

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
authelia: authelia:
image: authelia/authelia:${TAG-latest} image: authelia/authelia:${TAG-latest}
@ -20,7 +20,7 @@ Environments:
``` ```
TAG=latest TAG=latest
NET=bridge NET=bridge
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
RST=unless-stopped RST=unless-stopped
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
tasmobackup: tasmobackup:
image: danmed/tasmobackupv1 image: danmed/tasmobackupv1
@ -26,6 +26,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
tasmota-device-manager: tasmota-device-manager:
image: ghcr.io/sirgoodenough/tdmdock:${TAG-latest} image: ghcr.io/sirgoodenough/tdmdock:${TAG-latest}

View File

@ -1,10 +1,10 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
transmission: transmission:
image: lscr.io/linuxserver/transmission:latest image: lscr.io/linuxserver/transmission:${TAG-latest}
container_name: transmission container_name: transmission
network_mode: ${NET-bridge} network_mode: ${NET-bridge}
environment: environment:

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
vscode: vscode:
image: lscr.io/linuxserver/code-server:${TAG-latest} image: lscr.io/linuxserver/code-server:${TAG-latest}
@ -33,6 +33,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
whisparr: whisparr:
image: cr.hotio.dev/hotio/whisparr:nightly image: cr.hotio.dev/hotio/whisparr:nightly

View File

@ -1,10 +1,10 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
wireguard: wireguard:
image: lscr.io/linuxserver/wireguard:latest image: lscr.io/linuxserver/wireguard:${TAG-latest}
container_name: wireguard container_name: wireguard
network_mode: ${NET-bridge} network_mode: ${NET-bridge}
cap_add: cap_add:

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: '3.8' version: "3.9"
services: services:
zigbee2mqtt: zigbee2mqtt:
container_name: zigbee2mqtt container_name: zigbee2mqtt
@ -28,6 +28,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,6 +1,6 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
version: "3.8" version: "3.9"
services: services:
bazarr: bazarr:
image: linuxserver/bazarr:${TAG-latest} image: linuxserver/bazarr:${TAG-latest}
@ -30,7 +30,7 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
PORT=6767 PORT=6767
DOCKER_FOLDER= DOCKER_FOLDER=

View File

@ -1,6 +1,6 @@
``yaml ``yaml
--- ---
version: "3.8" version: "3.9"
services: services:
cryptpad: cryptpad:
image: promasu/cryptpad:${TAG-nginx-alpine} image: promasu/cryptpad:${TAG-nginx-alpine}

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
dashy: dashy:
image: lissy93/dashy:${TAG-latest} image: lissy93/dashy:${TAG-latest}

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
digikam: digikam:
image: lscr.io/linuxserver/digikam:${TAG-latest} image: lscr.io/linuxserver/digikam:${TAG-latest}
@ -29,7 +29,7 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
PORT=3000 PORT=3000
DOCKER_FOLDER= DOCKER_FOLDER=

View File

@ -1,13 +1,13 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
ethercalc: ethercalc:
container_name: ethercalc container_name: ethercalc
image: audreyt/ethercalc image: audreyt/ethercalc
restart: unless-stopped restart: unless-stopped
network_mode: bridge network_mode: ${NET-bridge}
ports: ports:
- 8700:8000 - 8700:8000
environment: environment:
@ -20,9 +20,9 @@ services:
ethercalc-redis: ethercalc-redis:
container_name: ethercalc-redis container_name: ethercalc-redis
image: redis:latest image: redis:${TAG-latest}
restart: unless-stopped restart: unless-stopped
network_mode: bridge network_mode: ${NET-bridge}
command: redis-server --appendonly yes command: redis-server --appendonly yes
volumes: volumes:
- /docker/redis:/data - /docker/redis:/data

View File

@ -1,13 +1,13 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
guacd: guacd:
image: lscr.io/linuxserver/guacd:latest image: lscr.io/linuxserver/guacd:${TAG-latest}
container_name: guacd container_name: guacd
network_mode: bridge network_mode: ${NET-bridge}
ports: ports:
- 4822:4822 - 4822:4822
restart: unless-stopped restart: unless-stopped
@ -15,9 +15,9 @@ services:
- com.centurylinklabs.watchtower.enable=true - com.centurylinklabs.watchtower.enable=true
guacamole: guacamole:
image: guacamole/guacamole:latest image: guacamole/guacamole:${TAG-latest}
container_name: guacamole container_name: guacamole
network_mode: bridge network_mode: ${NET-bridge}
environment: environment:
- GUACD_LOG_LEVEL=debug - GUACD_LOG_LEVEL=debug
- GUACD_PORT=4822 - GUACD_PORT=4822
@ -34,14 +34,14 @@ services:
- com.centurylinklabs.watchtower.enable=true - com.centurylinklabs.watchtower.enable=true
guacadb: guacadb:
image: lscr.io/linuxserver/mariadb:latest image: lscr.io/linuxserver/mariadb:${TAG-latest}
container_name: guacadb container_name: guacadb
network_mode: bridge network_mode: ${NET-bridge}
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- MYSQL_ROOT_PASSWORD=guacadb_root_password - MYSQL_ROOT_PASSWORD=guacadb_root_password
- TZ=Europe/Amsterdam - TZ=${TZ-Europe/Amsterdam}
- MYSQL_DATABASE=guacadb - MYSQL_DATABASE=guacadb
- MYSQL_USER=guacadb_username - MYSQL_USER=guacadb_username
- MYSQL_PASSWORD=guacadb_password - MYSQL_PASSWORD=guacadb_password

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
heimdall: heimdall:
image: lscr.io/linuxserver/heimdall:${TAG-latest} image: lscr.io/linuxserver/heimdall:${TAG-latest}
@ -27,7 +27,7 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
HOME_FOLDER=/home/username/ HOME_FOLDER=/home/username/

View File

@ -2,7 +2,7 @@ Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
invidious: invidious:

View File

@ -1,6 +1,6 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
version: "3.8" version: "3.9"
services: services:
jellyfin: jellyfin:
image: linuxserver/jellyfin:${TAG-latest} image: linuxserver/jellyfin:${TAG-latest}
@ -32,6 +32,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,12 +1,12 @@
``yaml ``yaml
--- ---
version: "3.8" version: "3.9"
services: services:
mealie: mealie:
container_name: mealie container_name: mealie
image: hkotel/mealie:latest image: hkotel/mealie:${TAG-latest}
restart: always restart: always
network_mode: bridge network_mode: ${NET-bridge}
ports: ports:
- 80:80 - 80:80
environment: environment:

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
volumes: volumes:
mqttexplorer: mqttexplorer:
services: services:
@ -31,6 +31,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,11 +1,11 @@
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
n8n: n8n:
image: n8nio/n8n image: n8nio/n8n
container_name: n8n container_name: n8n
network_mode: bridge network_mode: ${NET-bridge}
restart: unless-stopped restart: unless-stopped
environment: environment:
- GENERIC_TIMEZONE="Europe/Amsterdam" - GENERIC_TIMEZONE="Europe/Amsterdam"
@ -24,14 +24,14 @@ services:
- com.centurylinklabs.watchtower.enable=true - com.centurylinklabs.watchtower.enable=true
n8n-db: n8n-db:
image: lscr.io/linuxserver/mariadb:latest image: lscr.io/linuxserver/mariadb:${TAG-latest}
container_name: n8n-db container_name: n8n-db
network_mode: bridge network_mode: ${NET-bridge}
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- MYSQL_ROOT_PASSWORD=db_root_password - MYSQL_ROOT_PASSWORD=db_root_password
- TZ=Europe/Amsterdam - TZ=${TZ-Europe/Amsterdam}
- MYSQL_DATABASE=n8n_database - MYSQL_DATABASE=n8n_database
- MYSQL_USER=n8n_db_username - MYSQL_USER=n8n_db_username
- MYSQL_PASSWORD=n8n_db_password - MYSQL_PASSWORD=n8n_db_password

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
volumes: volumes:
octoprint: octoprint:
services: services:

View File

@ -1,10 +1,10 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: '3.8' version: "3.9"
services: services:
onlyoffice-documentserver: onlyoffice-documentserver:
image: onlyoffice/documentserver:latest image: onlyoffice/documentserver:${TAG-latest}
container_name: onlyoffice-documentserver container_name: onlyoffice-documentserver
depends_on: depends_on:
- onlyoffice-postgresql - onlyoffice-postgresql
@ -46,7 +46,7 @@ services:
onlyoffice-postgresql: onlyoffice-postgresql:
container_name: onlyoffice-postgresql container_name: onlyoffice-postgresql
image: postgres:latest image: postgres:${TAG-latest}
environment: environment:
- POSTGRES_DB= - POSTGRES_DB=
- POSTGRES_USER= - POSTGRES_USER=

View File

@ -1,6 +1,6 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
version: '3.8' version: "3.9"
services: services:
phoneinfoga: phoneinfoga:
container_name: phoneinfoga container_name: phoneinfoga

View File

@ -2,7 +2,7 @@ Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
piped: piped:
image: 1337kavin/piped:${TAG-latest} image: 1337kavin/piped:${TAG-latest}

View File

@ -1,6 +1,6 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
version: "3.8" version: "3.9"
services: services:
qbittorrent: qbittorrent:
image: linuxserver/qbittorrent:${TAG-latest} image: linuxserver/qbittorrent:${TAG-latest}
@ -31,6 +31,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,6 +1,6 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
version: '3.8' version: "3.9"
services: services:
hbbs: hbbs:
image: rustdesk/rustdesk-server:${TAG-latest} image: rustdesk/rustdesk-server:${TAG-latest}

View File

@ -13,7 +13,7 @@ eg:
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
samba: samba:
image: elswork/samba:${TAG-latest} image: elswork/samba:${TAG-latest}
@ -39,6 +39,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,12 +1,12 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
shlink: shlink:
image: shlinkio/shlink:latest image: shlinkio/shlink:${TAG-latest}
container_name: shlink container_name: shlink
network_mode: bridge network_mode: ${NET-bridge}
environment: environment:
- DEFAULT_DOMAIN= - DEFAULT_DOMAIN=
- IS_HTTPS_ENABLED=true - IS_HTTPS_ENABLED=true
@ -26,7 +26,7 @@ services:
shlink-web-client: shlink-web-client:
image: shlinkio/shlink-web-client image: shlinkio/shlink-web-client
container_name: shlink-web-client container_name: shlink-web-client
network_mode: bridge network_mode: ${NET-bridge}
environment: environment:
- DEFAULT_DOMAIN= - DEFAULT_DOMAIN=
- IS_HTTPS_ENABLED=true - IS_HTTPS_ENABLED=true
@ -39,14 +39,14 @@ services:
- com.centurylinklabs.watchtower.enable=true - com.centurylinklabs.watchtower.enable=true
shlink_db: shlink_db:
image: lscr.io/linuxserver/mariadb:latest image: lscr.io/linuxserver/mariadb:${TAG-latest}
container_name: shlink_db container_name: shlink_db
network_mode: bridge network_mode: ${NET-bridge}
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- MYSQL_ROOT_PASSWORD= - MYSQL_ROOT_PASSWORD=
- TZ=Europe/Amsterdam - TZ=${TZ-Europe/Amsterdam}
- MYSQL_DATABASE=shlink_db - MYSQL_DATABASE=shlink_db
- MYSQL_USER= - MYSQL_USER=
- MYSQL_PASSWORD= - MYSQL_PASSWORD=

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
tailscale: tailscale:
container_name: tailscale container_name: tailscale

View File

@ -10,6 +10,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -1,21 +1,35 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
tvheadend: tvheadend:
image: lscr.io/linuxserver/tvheadend:latest image: lscr.io/linuxserver/tvheadend:$TAG-latest}
container_name: tvheadend container_name: tvheadend
network_mode: bridge network_mode: ${NET-bridge}
environment: environment:
- PUID=1000 - PUID=${PUID=1000}
- PGID=1000 - PGID=${PGID=1000}
- TZ=Europe/Amsterdam - TZ=${TZ-Europe/Amsterdam}
volumes: volumes:
- /htpc/tvheadend/config:/config - ${DOCKER_FOLDER}/tvheadend/config:/config
- /htpc/tvheadend/recordings:/recordings - ${DOCKER_FOLDER}/tvheadend/recordings:/recordings
ports: ports:
- 9981:9981 - 9981:9981
- 9982:9982 - 9982:9982
restart: unless-stopped restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
NET=bridge
TAG=latest
PUID=1000
PGID=1000
PORT=4040
TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true
DOCKER_FOLDER=
```

View File

@ -1,7 +1,7 @@
Portainer Stack: Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
uptime: uptime:
image: louislam/uptime-kuma:1 image: louislam/uptime-kuma:1
@ -22,6 +22,6 @@ RST=unless-stopped
NET=bridge NET=bridge
PUID=${PUID-1000} PUID=${PUID-1000}
PGID=${PGID-1000} PGID=${PGID-1000}
TZ=Europe/Lisbon TZ=${TZ-Europe/Amsterdam}
AutoUpdate=true AutoUpdate=true
``` ```

View File

@ -3,7 +3,7 @@
2- Portainer Stack: 2- Portainer Stack:
```yaml ```yaml
--- ---
version: "3.8" version: "3.9"
services: services:
mkdocswiki: mkdocswiki:
image: nginx image: nginx