further rework to the documentation

This commit is contained in:
Codex Agent
2025-11-20 12:31:21 +01:00
parent 6afa44d947
commit 9afcaa7836
90 changed files with 1721 additions and 29 deletions

View File

@@ -117,7 +117,7 @@ services:
queue:
image: registry.internal:5443/${APP_IMAGE:-fotospiel-app:latest}
command: /var/www/html/docs/queue-supervisor/queue-worker.sh default
command: /var/www/html/scripts/queue-worker.sh default
environment:
<<: *app-env
SKIP_CODE_SYNC: "1"
@@ -134,7 +134,7 @@ services:
media-storage-worker:
image: registry.internal:5443/${APP_IMAGE:-fotospiel-app:latest}
command: /var/www/html/docs/queue-supervisor/queue-worker.sh media-storage
command: /var/www/html/scripts/queue-worker.sh media-storage
environment:
<<: *app-env
QUEUE_TRIES: 5
@@ -169,7 +169,7 @@ services:
horizon:
image: registry.internal:5443/${APP_IMAGE:-fotospiel-app:latest}
command: /var/www/html/docs/queue-supervisor/horizon.sh
command: /var/www/html/scripts/horizon.sh
environment:
<<: *app-env
SKIP_CODE_SYNC: "1"