Jobs and Workers

I want my PC to do the microservices work.
But I can't seem to figure out how to apply the Split Worker lines into the docker-compose.yml

I made a 2nd server on my PC.
I added the text to the docker-compose.yml
(probably wrong)

ports: 2283:2283 environment: IMMICH_WORKERS_INCLUDE: 'API-NAS server' immich-microservices: container_name: immich_microservices environment: IMMICH_WORKERS_EXCLUDE: 'API-PC-server' depends_on: - redis - database restart: always
Was this page helpful?