From 848a5f5f295775af43971d377982d39803b2e534 Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 19 Aug 2023 21:52:32 +0200 Subject: [PATCH] updating docker version --- docker-compose.yaml | 2 +- docs/portainer-stacks/Airsonic.md | 6 ++-- docs/portainer-stacks/Bitwarden.md | 4 +-- docs/portainer-stacks/Dillinger.md | 4 +-- docs/portainer-stacks/Drone.md | 4 +-- docs/portainer-stacks/Gitea.md | 4 +-- docs/portainer-stacks/LibrePhotos.md | 4 +-- docs/portainer-stacks/Librespeed.md | 4 +-- docs/portainer-stacks/MQTT-Mosquitto.md | 4 +-- docs/portainer-stacks/Nextcloud.md | 4 +-- docs/portainer-stacks/Overseerr.md | 4 +-- docs/portainer-stacks/PhotoView.md | 4 +-- docs/portainer-stacks/Prowlarr.md | 4 +-- docs/portainer-stacks/Swag/Swag.md | 4 +-- docs/portainer-stacks/Swag/authelia.md | 4 +-- docs/portainer-stacks/TasmoBackup.md | 4 +-- .../Tasmota-Device-Manager.md | 2 +- docs/portainer-stacks/Transmission.md | 4 +-- docs/portainer-stacks/VSCode.md | 4 +-- docs/portainer-stacks/Whisparr.md | 2 +- docs/portainer-stacks/WireGuard.md | 4 +-- docs/portainer-stacks/Zigbee2MQTT.md | 4 +-- docs/portainer-stacks/bazarr.md | 4 +-- docs/portainer-stacks/cryptpad.md | 2 +- docs/portainer-stacks/dashy.md | 2 +- docs/portainer-stacks/digiKam.md | 4 +-- docs/portainer-stacks/ethercalc.md | 8 ++--- docs/portainer-stacks/guacamole.md | 16 +++++----- docs/portainer-stacks/heimdall.md | 4 +-- docs/portainer-stacks/invidious.md | 2 +- docs/portainer-stacks/jellyfin.md | 4 +-- docs/portainer-stacks/mealie.md | 6 ++-- docs/portainer-stacks/mqtt-explorer.md | 4 +-- docs/portainer-stacks/n8n.md | 10 +++---- docs/portainer-stacks/octoprint.md | 2 +- docs/portainer-stacks/onlyoffice.md | 6 ++-- docs/portainer-stacks/phoneinfoga.md | 2 +- docs/portainer-stacks/piped.md | 2 +- docs/portainer-stacks/qbittorrent.md | 4 +-- docs/portainer-stacks/rustdesk.md | 2 +- docs/portainer-stacks/samba.md | 4 +-- docs/portainer-stacks/shlink.md | 14 ++++----- docs/portainer-stacks/tailscale.md | 2 +- docs/portainer-stacks/template.md | 2 +- docs/portainer-stacks/tvheadend.md | 30 ++++++++++++++----- docs/portainer-stacks/uptime-kuma.md | 4 +-- docs/tutorials/mkdocs-with-gitea-and-drone.md | 2 +- 47 files changed, 120 insertions(+), 106 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 34de793..a7e6275 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,4 +1,4 @@ -version: "3.8" +version: "3.9" services: wiki: diff --git a/docs/portainer-stacks/Airsonic.md b/docs/portainer-stacks/Airsonic.md index 8a0e5ff..0f36cbb 100644 --- a/docs/portainer-stacks/Airsonic.md +++ b/docs/portainer-stacks/Airsonic.md @@ -1,6 +1,6 @@ Portainer Stack: ```yaml -version: "3.8" +version: "3.9" services: airsonic: image: lscr.io/linuxserver/airsonic-advanced:${TAG-latest} @@ -13,7 +13,7 @@ services: volumes: - ${DOCKER_FOLDER}/airsonic/config:/config - ${HTPC_FOLDER}/airsonic/music:/music - - ${DOCKER_FOLDER}/airsonic/playlists:/playlists + - ${DOCKER_FOLDER}/airsonic/playlists:/laylists - ${DOCKER_FOLDER}/airsonic/podcasts:/podcasts - ${HTPC_FOLDER}/airsonic/media:/media ports: @@ -32,7 +32,7 @@ TAG=latest PUID=1000 PGID=1000 PORT=4040 -TZ=Europe/Amsterdam +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true DOCKER_FOLDER= HTPC_FOLDER= diff --git a/docs/portainer-stacks/Bitwarden.md b/docs/portainer-stacks/Bitwarden.md index cb8fc26..2f71ceb 100644 --- a/docs/portainer-stacks/Bitwarden.md +++ b/docs/portainer-stacks/Bitwarden.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: bitwarden: image: bitwardenrs/server:${TAG-latest} @@ -28,7 +28,7 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true super_mega_password= DOCKER_FOLDER= diff --git a/docs/portainer-stacks/Dillinger.md b/docs/portainer-stacks/Dillinger.md index e6587e7..35d140e 100644 --- a/docs/portainer-stacks/Dillinger.md +++ b/docs/portainer-stacks/Dillinger.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: dillinger: image: lscr.io/linuxserver/dillinger:${TAG-latest} @@ -26,7 +26,7 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true PORT=8080 DOCKER_FOLDER= diff --git a/docs/portainer-stacks/Drone.md b/docs/portainer-stacks/Drone.md index 73185e1..b1da557 100644 --- a/docs/portainer-stacks/Drone.md +++ b/docs/portainer-stacks/Drone.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: drone: container_name: drone @@ -63,6 +63,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/Gitea.md b/docs/portainer-stacks/Gitea.md index ca70d87..fbdf284 100644 --- a/docs/portainer-stacks/Gitea.md +++ b/docs/portainer-stacks/Gitea.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: gitea: image: gitea/gitea:${TAG-latest} @@ -51,6 +51,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/LibrePhotos.md b/docs/portainer-stacks/LibrePhotos.md index 0ea6ced..547e266 100644 --- a/docs/portainer-stacks/LibrePhotos.md +++ b/docs/portainer-stacks/LibrePhotos.md @@ -10,7 +10,7 @@ Portainer Stack: # build cmd: COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build # run cmd: docker-compose up -d -version: "3.8" +version: "3.9" services: proxy: image: reallibrephotos/librephotos-proxy:${tag} @@ -92,6 +92,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/Librespeed.md b/docs/portainer-stacks/Librespeed.md index 61e39e7..9bb9599 100644 --- a/docs/portainer-stacks/Librespeed.md +++ b/docs/portainer-stacks/Librespeed.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: librespeed: image: lscr.io/linuxserver/librespeed:${TAG-latest} @@ -31,6 +31,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/MQTT-Mosquitto.md b/docs/portainer-stacks/MQTT-Mosquitto.md index 14e0812..e315ca8 100644 --- a/docs/portainer-stacks/MQTT-Mosquitto.md +++ b/docs/portainer-stacks/MQTT-Mosquitto.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: mqtt: container_name: mqtt @@ -32,7 +32,7 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` diff --git a/docs/portainer-stacks/Nextcloud.md b/docs/portainer-stacks/Nextcloud.md index 51b511f..d5eb849 100644 --- a/docs/portainer-stacks/Nextcloud.md +++ b/docs/portainer-stacks/Nextcloud.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: nextcloud: image: lscr.io/linuxserver/nextcloud:${TAG-latest} @@ -50,7 +50,7 @@ RST=unless-stopped NET=bridge PUID=1000 PGID=1000 -TZ=Europe/Amsterdam +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true FOLDERS= ``` diff --git a/docs/portainer-stacks/Overseerr.md b/docs/portainer-stacks/Overseerr.md index 8d54e9d..3b11189 100644 --- a/docs/portainer-stacks/Overseerr.md +++ b/docs/portainer-stacks/Overseerr.md @@ -1,10 +1,10 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: overseerr: - image: lscr.io/linuxserver/overseerr:latest + image: lscr.io/linuxserver/overseerr:${TAG-latest} container_name: overseerr network_mode: ${NET-bridge} environment: diff --git a/docs/portainer-stacks/PhotoView.md b/docs/portainer-stacks/PhotoView.md index 7fd3401..3056594 100644 --- a/docs/portainer-stacks/PhotoView.md +++ b/docs/portainer-stacks/PhotoView.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: photoview: @@ -66,6 +66,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/Prowlarr.md b/docs/portainer-stacks/Prowlarr.md index 1814286..4712b45 100644 --- a/docs/portainer-stacks/Prowlarr.md +++ b/docs/portainer-stacks/Prowlarr.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: prowlarr: image: lscr.io/linuxserver/prowlarr:develop @@ -27,6 +27,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/Swag/Swag.md b/docs/portainer-stacks/Swag/Swag.md index 602fb59..d767a5e 100644 --- a/docs/portainer-stacks/Swag/Swag.md +++ b/docs/portainer-stacks/Swag/Swag.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: swag: image: lscr.io/linuxserver/swag:${TAG-latest} @@ -50,7 +50,7 @@ Environments: NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} URL=example.com VALIDATION=DNS diff --git a/docs/portainer-stacks/Swag/authelia.md b/docs/portainer-stacks/Swag/authelia.md index a1365d4..abd627e 100644 --- a/docs/portainer-stacks/Swag/authelia.md +++ b/docs/portainer-stacks/Swag/authelia.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: authelia: image: authelia/authelia:${TAG-latest} @@ -20,7 +20,7 @@ Environments: ``` TAG=latest NET=bridge -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} RST=unless-stopped AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/TasmoBackup.md b/docs/portainer-stacks/TasmoBackup.md index 17f634a..92f11ec 100644 --- a/docs/portainer-stacks/TasmoBackup.md +++ b/docs/portainer-stacks/TasmoBackup.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: tasmobackup: image: danmed/tasmobackupv1 @@ -26,6 +26,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/Tasmota-Device-Manager.md b/docs/portainer-stacks/Tasmota-Device-Manager.md index 4a36529..d33fe16 100644 --- a/docs/portainer-stacks/Tasmota-Device-Manager.md +++ b/docs/portainer-stacks/Tasmota-Device-Manager.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: tasmota-device-manager: image: ghcr.io/sirgoodenough/tdmdock:${TAG-latest} diff --git a/docs/portainer-stacks/Transmission.md b/docs/portainer-stacks/Transmission.md index 7acc53b..de0a42f 100644 --- a/docs/portainer-stacks/Transmission.md +++ b/docs/portainer-stacks/Transmission.md @@ -1,10 +1,10 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: transmission: - image: lscr.io/linuxserver/transmission:latest + image: lscr.io/linuxserver/transmission:${TAG-latest} container_name: transmission network_mode: ${NET-bridge} environment: diff --git a/docs/portainer-stacks/VSCode.md b/docs/portainer-stacks/VSCode.md index 89f533d..0d6011a 100644 --- a/docs/portainer-stacks/VSCode.md +++ b/docs/portainer-stacks/VSCode.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: vscode: image: lscr.io/linuxserver/code-server:${TAG-latest} @@ -33,6 +33,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/Whisparr.md b/docs/portainer-stacks/Whisparr.md index 04eca19..8840fdc 100644 --- a/docs/portainer-stacks/Whisparr.md +++ b/docs/portainer-stacks/Whisparr.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: whisparr: image: cr.hotio.dev/hotio/whisparr:nightly diff --git a/docs/portainer-stacks/WireGuard.md b/docs/portainer-stacks/WireGuard.md index 2839000..08cbcec 100644 --- a/docs/portainer-stacks/WireGuard.md +++ b/docs/portainer-stacks/WireGuard.md @@ -1,10 +1,10 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: wireguard: - image: lscr.io/linuxserver/wireguard:latest + image: lscr.io/linuxserver/wireguard:${TAG-latest} container_name: wireguard network_mode: ${NET-bridge} cap_add: diff --git a/docs/portainer-stacks/Zigbee2MQTT.md b/docs/portainer-stacks/Zigbee2MQTT.md index 8bb0944..e83d3c9 100644 --- a/docs/portainer-stacks/Zigbee2MQTT.md +++ b/docs/portainer-stacks/Zigbee2MQTT.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: '3.8' +version: "3.9" services: zigbee2mqtt: container_name: zigbee2mqtt @@ -28,6 +28,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/bazarr.md b/docs/portainer-stacks/bazarr.md index 95dc9ad..9839aab 100644 --- a/docs/portainer-stacks/bazarr.md +++ b/docs/portainer-stacks/bazarr.md @@ -1,6 +1,6 @@ Portainer Stack: ```yaml -version: "3.8" +version: "3.9" services: bazarr: image: linuxserver/bazarr:${TAG-latest} @@ -30,7 +30,7 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true PORT=6767 DOCKER_FOLDER= diff --git a/docs/portainer-stacks/cryptpad.md b/docs/portainer-stacks/cryptpad.md index 56d6519..63bce97 100644 --- a/docs/portainer-stacks/cryptpad.md +++ b/docs/portainer-stacks/cryptpad.md @@ -1,6 +1,6 @@ ``yaml --- -version: "3.8" +version: "3.9" services: cryptpad: image: promasu/cryptpad:${TAG-nginx-alpine} diff --git a/docs/portainer-stacks/dashy.md b/docs/portainer-stacks/dashy.md index a10e497..d6dbf63 100644 --- a/docs/portainer-stacks/dashy.md +++ b/docs/portainer-stacks/dashy.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: dashy: image: lissy93/dashy:${TAG-latest} diff --git a/docs/portainer-stacks/digiKam.md b/docs/portainer-stacks/digiKam.md index f272780..b6235a0 100644 --- a/docs/portainer-stacks/digiKam.md +++ b/docs/portainer-stacks/digiKam.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: digikam: image: lscr.io/linuxserver/digikam:${TAG-latest} @@ -29,7 +29,7 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true PORT=3000 DOCKER_FOLDER= diff --git a/docs/portainer-stacks/ethercalc.md b/docs/portainer-stacks/ethercalc.md index c0a8c9a..1913efb 100644 --- a/docs/portainer-stacks/ethercalc.md +++ b/docs/portainer-stacks/ethercalc.md @@ -1,13 +1,13 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: ethercalc: container_name: ethercalc image: audreyt/ethercalc restart: unless-stopped - network_mode: bridge + network_mode: ${NET-bridge} ports: - 8700:8000 environment: @@ -20,9 +20,9 @@ services: ethercalc-redis: container_name: ethercalc-redis - image: redis:latest + image: redis:${TAG-latest} restart: unless-stopped - network_mode: bridge + network_mode: ${NET-bridge} command: redis-server --appendonly yes volumes: - /docker/redis:/data diff --git a/docs/portainer-stacks/guacamole.md b/docs/portainer-stacks/guacamole.md index 1a92013..2a5bcc5 100644 --- a/docs/portainer-stacks/guacamole.md +++ b/docs/portainer-stacks/guacamole.md @@ -1,13 +1,13 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: guacd: - image: lscr.io/linuxserver/guacd:latest + image: lscr.io/linuxserver/guacd:${TAG-latest} container_name: guacd - network_mode: bridge + network_mode: ${NET-bridge} ports: - 4822:4822 restart: unless-stopped @@ -15,9 +15,9 @@ services: - com.centurylinklabs.watchtower.enable=true guacamole: - image: guacamole/guacamole:latest + image: guacamole/guacamole:${TAG-latest} container_name: guacamole - network_mode: bridge + network_mode: ${NET-bridge} environment: - GUACD_LOG_LEVEL=debug - GUACD_PORT=4822 @@ -34,14 +34,14 @@ services: - com.centurylinklabs.watchtower.enable=true guacadb: - image: lscr.io/linuxserver/mariadb:latest + image: lscr.io/linuxserver/mariadb:${TAG-latest} container_name: guacadb - network_mode: bridge + network_mode: ${NET-bridge} environment: - PUID=1000 - PGID=1000 - MYSQL_ROOT_PASSWORD=guacadb_root_password - - TZ=Europe/Amsterdam + - TZ=${TZ-Europe/Amsterdam} - MYSQL_DATABASE=guacadb - MYSQL_USER=guacadb_username - MYSQL_PASSWORD=guacadb_password diff --git a/docs/portainer-stacks/heimdall.md b/docs/portainer-stacks/heimdall.md index 83665dc..bb5fa2b 100644 --- a/docs/portainer-stacks/heimdall.md +++ b/docs/portainer-stacks/heimdall.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: heimdall: image: lscr.io/linuxserver/heimdall:${TAG-latest} @@ -27,7 +27,7 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true HOME_FOLDER=/home/username/ diff --git a/docs/portainer-stacks/invidious.md b/docs/portainer-stacks/invidious.md index f303352..2fe606a 100644 --- a/docs/portainer-stacks/invidious.md +++ b/docs/portainer-stacks/invidious.md @@ -2,7 +2,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: invidious: diff --git a/docs/portainer-stacks/jellyfin.md b/docs/portainer-stacks/jellyfin.md index 7f5b1e5..a8f4a1e 100644 --- a/docs/portainer-stacks/jellyfin.md +++ b/docs/portainer-stacks/jellyfin.md @@ -1,6 +1,6 @@ Portainer Stack: ```yaml -version: "3.8" +version: "3.9" services: jellyfin: image: linuxserver/jellyfin:${TAG-latest} @@ -32,6 +32,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/mealie.md b/docs/portainer-stacks/mealie.md index 04a446c..2281ee3 100644 --- a/docs/portainer-stacks/mealie.md +++ b/docs/portainer-stacks/mealie.md @@ -1,12 +1,12 @@ ``yaml --- -version: "3.8" +version: "3.9" services: mealie: container_name: mealie - image: hkotel/mealie:latest + image: hkotel/mealie:${TAG-latest} restart: always - network_mode: bridge + network_mode: ${NET-bridge} ports: - 80:80 environment: diff --git a/docs/portainer-stacks/mqtt-explorer.md b/docs/portainer-stacks/mqtt-explorer.md index 37bb489..e4234af 100644 --- a/docs/portainer-stacks/mqtt-explorer.md +++ b/docs/portainer-stacks/mqtt-explorer.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" volumes: mqttexplorer: services: @@ -31,6 +31,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/n8n.md b/docs/portainer-stacks/n8n.md index 2a5bfdf..9c0df81 100644 --- a/docs/portainer-stacks/n8n.md +++ b/docs/portainer-stacks/n8n.md @@ -1,11 +1,11 @@ ```yaml --- -version: "3.8" +version: "3.9" services: n8n: image: n8nio/n8n container_name: n8n - network_mode: bridge + network_mode: ${NET-bridge} restart: unless-stopped environment: - GENERIC_TIMEZONE="Europe/Amsterdam" @@ -24,14 +24,14 @@ services: - com.centurylinklabs.watchtower.enable=true n8n-db: - image: lscr.io/linuxserver/mariadb:latest + image: lscr.io/linuxserver/mariadb:${TAG-latest} container_name: n8n-db - network_mode: bridge + network_mode: ${NET-bridge} environment: - PUID=1000 - PGID=1000 - MYSQL_ROOT_PASSWORD=db_root_password - - TZ=Europe/Amsterdam + - TZ=${TZ-Europe/Amsterdam} - MYSQL_DATABASE=n8n_database - MYSQL_USER=n8n_db_username - MYSQL_PASSWORD=n8n_db_password diff --git a/docs/portainer-stacks/octoprint.md b/docs/portainer-stacks/octoprint.md index 82ba5a0..684b63f 100644 --- a/docs/portainer-stacks/octoprint.md +++ b/docs/portainer-stacks/octoprint.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" volumes: octoprint: services: diff --git a/docs/portainer-stacks/onlyoffice.md b/docs/portainer-stacks/onlyoffice.md index 4a57bac..4d45482 100644 --- a/docs/portainer-stacks/onlyoffice.md +++ b/docs/portainer-stacks/onlyoffice.md @@ -1,10 +1,10 @@ Portainer Stack: ```yaml --- -version: '3.8' +version: "3.9" services: onlyoffice-documentserver: - image: onlyoffice/documentserver:latest + image: onlyoffice/documentserver:${TAG-latest} container_name: onlyoffice-documentserver depends_on: - onlyoffice-postgresql @@ -46,7 +46,7 @@ services: onlyoffice-postgresql: container_name: onlyoffice-postgresql - image: postgres:latest + image: postgres:${TAG-latest} environment: - POSTGRES_DB= - POSTGRES_USER= diff --git a/docs/portainer-stacks/phoneinfoga.md b/docs/portainer-stacks/phoneinfoga.md index a7e3b97..de6478b 100644 --- a/docs/portainer-stacks/phoneinfoga.md +++ b/docs/portainer-stacks/phoneinfoga.md @@ -1,6 +1,6 @@ Portainer Stack: ```yaml -version: '3.8' +version: "3.9" services: phoneinfoga: container_name: phoneinfoga diff --git a/docs/portainer-stacks/piped.md b/docs/portainer-stacks/piped.md index b7c56bf..05eeab7 100644 --- a/docs/portainer-stacks/piped.md +++ b/docs/portainer-stacks/piped.md @@ -2,7 +2,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: piped: image: 1337kavin/piped:${TAG-latest} diff --git a/docs/portainer-stacks/qbittorrent.md b/docs/portainer-stacks/qbittorrent.md index 8a7dd5d..5f929f8 100644 --- a/docs/portainer-stacks/qbittorrent.md +++ b/docs/portainer-stacks/qbittorrent.md @@ -1,6 +1,6 @@ Portainer Stack: ```yaml -version: "3.8" +version: "3.9" services: qbittorrent: image: linuxserver/qbittorrent:${TAG-latest} @@ -31,6 +31,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/rustdesk.md b/docs/portainer-stacks/rustdesk.md index d8c7343..6b99820 100644 --- a/docs/portainer-stacks/rustdesk.md +++ b/docs/portainer-stacks/rustdesk.md @@ -1,6 +1,6 @@ Portainer Stack: ```yaml -version: '3.8' +version: "3.9" services: hbbs: image: rustdesk/rustdesk-server:${TAG-latest} diff --git a/docs/portainer-stacks/samba.md b/docs/portainer-stacks/samba.md index d7cc5cd..079ee50 100644 --- a/docs/portainer-stacks/samba.md +++ b/docs/portainer-stacks/samba.md @@ -13,7 +13,7 @@ eg: Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: samba: image: elswork/samba:${TAG-latest} @@ -39,6 +39,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/shlink.md b/docs/portainer-stacks/shlink.md index f0cddd2..305dfe1 100644 --- a/docs/portainer-stacks/shlink.md +++ b/docs/portainer-stacks/shlink.md @@ -1,12 +1,12 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: shlink: - image: shlinkio/shlink:latest + image: shlinkio/shlink:${TAG-latest} container_name: shlink - network_mode: bridge + network_mode: ${NET-bridge} environment: - DEFAULT_DOMAIN= - IS_HTTPS_ENABLED=true @@ -26,7 +26,7 @@ services: shlink-web-client: image: shlinkio/shlink-web-client container_name: shlink-web-client - network_mode: bridge + network_mode: ${NET-bridge} environment: - DEFAULT_DOMAIN= - IS_HTTPS_ENABLED=true @@ -39,14 +39,14 @@ services: - com.centurylinklabs.watchtower.enable=true shlink_db: - image: lscr.io/linuxserver/mariadb:latest + image: lscr.io/linuxserver/mariadb:${TAG-latest} container_name: shlink_db - network_mode: bridge + network_mode: ${NET-bridge} environment: - PUID=1000 - PGID=1000 - MYSQL_ROOT_PASSWORD= - - TZ=Europe/Amsterdam + - TZ=${TZ-Europe/Amsterdam} - MYSQL_DATABASE=shlink_db - MYSQL_USER= - MYSQL_PASSWORD= diff --git a/docs/portainer-stacks/tailscale.md b/docs/portainer-stacks/tailscale.md index c8091c7..3593a09 100644 --- a/docs/portainer-stacks/tailscale.md +++ b/docs/portainer-stacks/tailscale.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: tailscale: container_name: tailscale diff --git a/docs/portainer-stacks/template.md b/docs/portainer-stacks/template.md index 078ab4a..70be8f3 100644 --- a/docs/portainer-stacks/template.md +++ b/docs/portainer-stacks/template.md @@ -10,6 +10,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/portainer-stacks/tvheadend.md b/docs/portainer-stacks/tvheadend.md index f233bd8..701e062 100644 --- a/docs/portainer-stacks/tvheadend.md +++ b/docs/portainer-stacks/tvheadend.md @@ -1,21 +1,35 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: tvheadend: - image: lscr.io/linuxserver/tvheadend:latest + image: lscr.io/linuxserver/tvheadend:$TAG-latest} container_name: tvheadend - network_mode: bridge + network_mode: ${NET-bridge} environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Amsterdam + - PUID=${PUID=1000} + - PGID=${PGID=1000} + - TZ=${TZ-Europe/Amsterdam} volumes: - - /htpc/tvheadend/config:/config - - /htpc/tvheadend/recordings:/recordings + - ${DOCKER_FOLDER}/tvheadend/config:/config + - ${DOCKER_FOLDER}/tvheadend/recordings:/recordings ports: - 9981:9981 - 9982:9982 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= +``` \ No newline at end of file diff --git a/docs/portainer-stacks/uptime-kuma.md b/docs/portainer-stacks/uptime-kuma.md index eea44b3..f75b2f4 100644 --- a/docs/portainer-stacks/uptime-kuma.md +++ b/docs/portainer-stacks/uptime-kuma.md @@ -1,7 +1,7 @@ Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: uptime: image: louislam/uptime-kuma:1 @@ -22,6 +22,6 @@ RST=unless-stopped NET=bridge PUID=${PUID-1000} PGID=${PGID-1000} -TZ=Europe/Lisbon +TZ=${TZ-Europe/Amsterdam} AutoUpdate=true ``` \ No newline at end of file diff --git a/docs/tutorials/mkdocs-with-gitea-and-drone.md b/docs/tutorials/mkdocs-with-gitea-and-drone.md index ca1f0b9..ed55e6c 100644 --- a/docs/tutorials/mkdocs-with-gitea-and-drone.md +++ b/docs/tutorials/mkdocs-with-gitea-and-drone.md @@ -3,7 +3,7 @@ 2- Portainer Stack: ```yaml --- -version: "3.8" +version: "3.9" services: mkdocswiki: image: nginx