@@ -52,17 +52,25 @@ API_ORIGIN=http://localhost:8030
5252# - 8GB machine: NODE_MAX_OLD_SPACE_SIZE=6400
5353# NODE_MAX_OLD_SPACE_SIZE=8192
5454
55+ # Worker
56+ # - These are the settings for the worker and will depend on your setup
57+ # - Any defaults are designed to work out of the box with the combined setup
58+ # Point this at the webapp in prod
59+ # TRIGGER_API_URL=http://webapp:3000
60+ # Point this at your OTel collector or the webapp in prod
61+ # OTEL_EXPORTER_OTLP_ENDPOINT=http://webapp:3000/otel
62+
5563# Docker Registry
5664# - When testing locally, the default values should be fine
5765# - When deploying to production, you will have to change these, especially the password and URL
58- # - See the docs for more information: https://trigger.dev/docs/self-hosting/docker
66+ # - See the docs for more information: https://trigger.dev/docs/self-hosting/docker#registry-setup
5967DOCKER_REGISTRY_URL = localhost:5000
6068DOCKER_REGISTRY_USERNAME = registry-user
6169DOCKER_REGISTRY_PASSWORD = very-secure-indeed
6270
6371# Object store
6472# - You need to log into the Minio dashboard and create a bucket called "packets"
65- # - See the docs for more information: https://trigger.dev/docs/self-hosting/docker
73+ # - See the docs for more information: https://trigger.dev/docs/self-hosting/docker#object-storage
6674OBJECT_STORE_ACCESS_KEY_ID = admin
6775OBJECT_STORE_SECRET_ACCESS_KEY = very-safe-password
6876# You will have to uncomment and configure this for production
0 commit comments