diff --git a/hosting/docker/.env b/hosting/docker/.env index b038840..e89b653 100644 --- a/hosting/docker/.env +++ b/hosting/docker/.env @@ -98,7 +98,7 @@ TRIGGER_IMAGE_TAG=v4-beta # - In production, these should be set to the public URL of your webapp, e.g. https://trigger.example.com APP_ORIGIN=http://localhost:8030 LOGIN_ORIGIN=http://localhost:8030 -API_ORIGIN=http://trigger-webapp:3000 +API_ORIGIN=${APP_ORIGIN} DEV_OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:8030/otel # You may need to set this when testing locally or when using the combined setup # API_ORIGIN=http://webapp:3000 diff --git a/hosting/docker/docker-compose.yaml b/hosting/docker/docker-compose.yaml index e1340b4..a922d93 100644 --- a/hosting/docker/docker-compose.yaml +++ b/hosting/docker/docker-compose.yaml @@ -131,7 +131,7 @@ services: webapp: container_name: trigger-webapp - image: ghcr.io/triggerdotdev/trigger.dev@sha256:a19c438f348ac05c939f39ed455ed27b4f189f720b4c9810aef8e71fdc731211 + image: ghcr.io/triggerdotdev/trigger.dev@sha256:78d34885ffef89cb4e53acaebf95c5bea580c0457a07d1a0ac08396a9b6f791d restart: ${RESTART_POLICY:-unless-stopped} logging: *logging-config ports: