mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-10 08:48:29 +00:00
chore: update trigger webapp image hash
This commit is contained in:
parent
1c2c2acd47
commit
e71861528b
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user