From 0927116a2caea67cbd269bc5f8cccd2c534fba6a Mon Sep 17 00:00:00 2001 From: Dominik Stahl Date: Thu, 8 May 2025 14:31:45 +0200 Subject: [PATCH] fix: add missing env variable to docker-compose added the missing AUTH_URL variable to the example docker-compose.yml --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index e5c4b78..cee59f7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,9 @@ services: build: context: . dockerfile: Dockerfile + image: git.dominikstahl.dev/dhbw-we/meetup:main ports: - '3000:3000' environment: - AUTH_SECRET=secret + - AUTH_URL=http://localhost:3000