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