feat: Nightly-Build-Support (docker-compose.nightly.yml + README)

This commit is contained in:
2026-06-23 14:55:03 +02:00
parent 5bff7adad0
commit 710c4831c2
3 changed files with 35 additions and 0 deletions

View File

@@ -182,6 +182,22 @@ docker compose pull && docker compose up -d # auf neueste veröffentlichte Ver
docker compose up -d --build # lokal selber bauen (statt zu pullen)
```
### 🌙 Nightly-Builds
Nightly-Builds enthalten die neuesten unveröffentlichten Funktionen und werden bei jedem Entwicklungs-Commit gebaut.
Sie können instabil sein — für Tests oder frühzeitigen Zugang zu neuen Features geeignet.
```bash
docker compose -f docker-compose.yml -f docker-compose.nightly.yml pull
docker compose -f docker-compose.yml -f docker-compose.nightly.yml up -d
```
Zurück zum stabilen Release:
```bash
docker compose pull && docker compose up -d
```
---
## 🩹 Troubleshooting

View File

@@ -180,6 +180,22 @@ docker compose pull && docker compose up -d # update to the latest published i
docker compose up -d --build # rebuild locally (instead of pulling)
```
### 🌙 Nightly Builds
Nightly builds contain the latest unreleased features and are built on every development commit.
They may be unstable — use them for testing or early access to new functionality.
```bash
docker compose -f docker-compose.yml -f docker-compose.nightly.yml pull
docker compose -f docker-compose.yml -f docker-compose.nightly.yml up -d
```
To go back to the stable release:
```bash
docker compose pull && docker compose up -d
```
---
## 🩹 Troubleshooting

View File

@@ -0,0 +1,3 @@
services:
kx-bridge:
image: gitea.it-drui.de/viewit/kx-bridge:nightly