ImageProcessor_MainServer/.env.worker.example

6 lines
212 B
Plaintext

# .env.worker.example
TEMP_STORAGE=/app/temp_files
MAIN_SERVER_URL=http://host.docker.internal:7890
CELERY_BROKER_URL=redis://host.docker.internal:6379/0
CELERY_RESULT_BACKEND=redis://host.docker.internal:6379/1