Compare commits

...

14 Commits

Author SHA1 Message Date
ee8a96f0cf test 2026-03-12 00:04:26 +01:00
221932f90e nc 2026-03-11 23:29:26 +01:00
d7a1e900d9 nc 2026-03-11 23:27:50 +01:00
88ea22caa0 nc 2026-03-11 23:27:11 +01:00
8df7afa511 test 2026-03-11 22:44:51 +01:00
cda41d6055 test 2026-03-11 22:05:57 +01:00
52e8cd2da6 test 2026-03-11 22:01:22 +01:00
e323e4b3b4 test 2026-03-11 21:57:23 +01:00
b8ddf52633 webhook 2026-03-11 21:52:48 +01:00
e7eae03a9d test 2026-03-11 21:43:08 +01:00
5adee23135 tets 2026-03-11 21:39:15 +01:00
9cd773dd63 tets 2026-03-11 21:01:03 +01:00
d78da41a47 feat(vaulwarden):L port 2026-03-11 20:54:19 +01:00
3b862362fe tvh 2026-03-11 16:07:32 +01:00
7 changed files with 25 additions and 8 deletions

View File

@@ -3,8 +3,8 @@ services:
image: gitea/gitea:1.24
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
- USER_UID=1001
- USER_GID=1001
restart: unless-stopped
networks:
- gitea

View File

@@ -19,7 +19,10 @@ services:
restart: always
volumes:
- /srv/docker/daten/nextcloud/redis:/data
networks:
- proxy
- default
nextcloud:
depends_on:
- redis

View File

@@ -5,8 +5,8 @@ services:
network_mode: host
environment:
- PUID=1000
- PGID=1000
- PUID=1001
- PGID=1001
- TZ=Europe/Berlin
volumes:

View File

@@ -11,5 +11,7 @@ services:
- WEBSOCKET_ENABLED=true
ports:
- 1380:80
- 1443:443

View File

@@ -10,7 +10,19 @@ services:
- /srv/docker/scripts/webhook-deploy/hooks.json:/hooks/hooks.json:ro
- /var/run/docker.sock:/var/run/docker.sock
- /root/.ssh:/root/.ssh:ro
command: ["-hooks", "/hooks/hooks.json", "-verbose", "-port", "9001", "-ip", "0.0.0.0"]
# environment:
# - WEBHOOK_ALLOWED_HOST_LIST=192.168.178.204,0.0.0.0,localhost
# - WEBHOOK_VERBOSE=true
# - WEBHOOK_PORT=9001
# - WEBHOOK_IP=0.0.0.0
command: [
"-hooks", "/hooks/hooks.json",
"-verbose", "-port", "9001",
"-ip", "0.0.0.0",
# "-allowed-host-list", "0.0.0.0,192.168.178.204,localhost"
]
networks:
- bruchtal-net

View File

@@ -7,7 +7,7 @@ theme:
language: de
nav:
- Übersicht: index.md
- Übersichttest2: index.md
- Workflows:
- Docker-workflow: workflows/docker-workflow.md
- Adguardhome-Kea-Caddy: workflows/adguard-kea-caddy.md

View File

@@ -34,7 +34,7 @@ git pull
# -----------------------------
# 3⃣ Redeploy changed containers
# -----------------------------
/srv/docker/scripts/redeploy-containers.sh
#/srv/docker/scripts/redeploy-containers.sh
# -----------------------------