imports journex

This commit is contained in:
2026-01-15 12:06:47 +01:00
committed by Jannik Kramer
parent b1f33ec81e
commit 4dabb97c59
3 changed files with 45 additions and 0 deletions

View File

@@ -57,6 +57,14 @@ Deploy or refresh Docker Compose applications after configuration changes or whe
ansible-playbook -i inventories/hetzner playbooks/04-compose-up.yml
```
### Deploy cf-journex only
Deploy only the `cf-journex` Docker Compose stack without touching other services.
```sh
ansible-playbook -i inventories/hetzner playbooks/06-deploy-cf-journex.yml
```
### Rebuild Caddy
Rebuild and reload Caddy only. Useful when reverse proxy configuration changed and full service restarts should be avoided.