fix: add missing env variable to docker-compose

added the missing AUTH_URL variable to the example docker-compose.yml
This commit is contained in:
Dominik 2025-05-08 14:31:45 +02:00 committed by Dominik
parent 2c38418770
commit 0927116a2c

View file

@ -3,7 +3,9 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: git.dominikstahl.dev/dhbw-we/meetup:main
ports: ports:
- '3000:3000' - '3000:3000'
environment: environment:
- AUTH_SECRET=secret - AUTH_SECRET=secret
- AUTH_URL=http://localhost:3000