From f2510684c203973ba30a0a38418ad7d8ed7172c7 Mon Sep 17 00:00:00 2001 From: Romain ROCHAS <46826777+yipfram@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:07:42 +0200 Subject: [PATCH] Update templates/compose/rivet-engine.yaml Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> --- templates/compose/rivet-engine.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/rivet-engine.yaml b/templates/compose/rivet-engine.yaml index 369d5a9ec..608cdaac3 100644 --- a/templates/compose/rivet-engine.yaml +++ b/templates/compose/rivet-engine.yaml @@ -10,6 +10,7 @@ services: image: rivetkit/engine:25.8.0 environment: - SERVICE_URL_RIVET_6420 + - 'RIVET__AUTH__ADMIN_TOKEN=${SERVICE_PASSWORD_RIVET}' - RIVET__POSTGRES__URL=postgresql://$SERVICE_USER_POSTGRESQL:$SERVICE_PASSWORD_POSTGRESQL@postgresql:5432/${POSTGRESQL_DATABASE-rivet} depends_on: postgresql: