chore: update trigger webapp image hash

This commit is contained in:
Manoj 2025-10-21 08:50:35 +05:30
parent 1c2c2acd47
commit e71861528b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: