Create Worker Token
AP_JWT_SECRET
used for the app server. Follow these steps:npm run workers token
.AP_JWT_SECRET
used for the app server).Configure Environment Variables
.env
file on the worker machine:AP_CONTAINER_TYPE
to WORKER
AP_FRONTEND_URL
AP_WORKER_TOKEN
Configure Persistent Volume
Launch Worker Machine
Verify Worker Operation
Configure App Container Type
AP_CONTAINER_TYPE
to APP
.