MeetUp/docker-compose.yml

12 lines
260 B
YAML

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