Merge branch 'main' into renovate/ghcr.io-n8n-io-n8n-1.x
This commit is contained in:
commit
570307f168
2 changed files with 11 additions and 5 deletions
|
@ -33,6 +33,9 @@ jobs:
|
||||||
IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}"
|
IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}"
|
||||||
for folder in "${folder_array[@]}"; do
|
for folder in "${folder_array[@]}"; do
|
||||||
case $folder in
|
case $folder in
|
||||||
|
actual)
|
||||||
|
target_host="ubu.lan"
|
||||||
|
;;
|
||||||
arrs)
|
arrs)
|
||||||
target_host="arrs.lan"
|
target_host="arrs.lan"
|
||||||
;;
|
;;
|
||||||
|
@ -60,11 +63,14 @@ jobs:
|
||||||
netboot)
|
netboot)
|
||||||
target_host="netboot.lan"
|
target_host="netboot.lan"
|
||||||
;;
|
;;
|
||||||
nexus)
|
nexterm)
|
||||||
target_host="nexus.lan"
|
target_host="ubu.lan"
|
||||||
;;
|
;;
|
||||||
pages)
|
npm)
|
||||||
target_host="pages.lan"
|
target_host="npm.lan"
|
||||||
|
;;
|
||||||
|
paperless)
|
||||||
|
target_host="ubu.lan"
|
||||||
;;
|
;;
|
||||||
portainer)
|
portainer)
|
||||||
target_host="port.lan"
|
target_host="port.lan"
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
- redisdata:/data
|
- redisdata:/data
|
||||||
|
|
||||||
webserver:
|
webserver:
|
||||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.12.0
|
image: ghcr.io/paperless-ngx/paperless-ngx:2.12.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- broker
|
- broker
|
||||||
|
|
Loading…
Reference in a new issue