1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Add missing workers num

This commit is contained in:
Jake Barnby 2023-10-12 20:22:26 +13:00
parent dc580c3d0d
commit 8c92170cb6
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -372,6 +372,7 @@ services:
- mariadb - mariadb
environment: environment:
- _APP_ENV - _APP_ENV
- _APP_WORKERS_NUM=1
- _APP_QUEUE_NAME - _APP_QUEUE_NAME
- _APP_WORKER_PER_CORE - _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1 - _APP_OPENSSL_KEY_V1