further rework to the documentation
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user