MeetUp/docker-compose.yml
Dominik Stahl f9a0525761 fix: add missing env variable to docker-compose
added the missing AUTH_URL variable to the example docker-compose.yml
2025-05-10 00:17:52 +02:00

11 lines
240 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
image: git.dominikstahl.dev/dhbw-we/meetup:main
ports:
- '3000:3000'
environment:
- AUTH_SECRET=secret
- AUTH_URL=http://localhost:3000