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

@@ -42,7 +42,7 @@ services:
queue:
image: fotospiel-app:latest
command: /var/www/html/docs/queue-supervisor/queue-worker.sh default
command: /var/www/html/scripts/queue-worker.sh default
env_file:
- docker/.env.docker
environment:
@@ -56,7 +56,7 @@ services:
media-storage-worker:
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
env_file:
- docker/.env.docker
environment:
@@ -85,7 +85,7 @@ services:
horizon:
image: fotospiel-app:latest
command: /var/www/html/docs/queue-supervisor/horizon.sh
command: /var/www/html/scripts/horizon.sh
env_file:
- docker/.env.docker
environment: