mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-28 20:20:15 +00:00
Merge branch 'main' of https://github.com/JG2401/HetznerDokployLab
This commit is contained in:
19
.github/workflows/dependabotautomerge.yml
vendored
19
.github/workflows/dependabotautomerge.yml
vendored
@@ -14,8 +14,17 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Auto-merge
|
||||
if: contains(github.event.pull_request.labels.*.name, 'auto-merge')
|
||||
uses: fastify/github-action-merge-dependabot@v3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Debug token presence
|
||||
run: |
|
||||
if [ -z "${{ secrets.GITHUB_TOKEN }}" ]; then
|
||||
echo "TOKEN IS EMPTY"
|
||||
exit 1
|
||||
else
|
||||
echo "TOKEN EXISTS"
|
||||
fi
|
||||
|
||||
- name: Auto-merge
|
||||
if: contains(github.event.pull_request.labels.*.name, 'auto-merge')
|
||||
uses: fastify/github-action-merge-dependabot@v3
|
||||
with:
|
||||
github-token: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
- dokploy-network
|
||||
|
||||
cron:
|
||||
image: alpine:3.23.3
|
||||
image: alpine:3.23.4
|
||||
restart: unless-stopped
|
||||
container_name: firefly_iii_cron
|
||||
environment:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n:2.10.4
|
||||
image: docker.n8n.io/n8nio/n8n:2.17.7
|
||||
restart: always
|
||||
labels:
|
||||
- rclone.storage=storagebox-crypt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
nextcloud:
|
||||
image: nextcloud:33.0.0
|
||||
image: nextcloud:33.0.2
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- rclone.storage=storagebox-crypt
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.9
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.10
|
||||
container_name: paperless
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:1.35.4
|
||||
image: vaultwarden/server:1.35.8
|
||||
restart: always
|
||||
environment:
|
||||
DOMAIN: ${DOMAIN}
|
||||
|
||||
Reference in New Issue
Block a user