MeetUp/docker-compose.yml
Dominik Stahl 787edf8e1f
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m48s
docker-build / docker (pull_request) Successful in 6m39s
feat(api): add tags to event and user routes for better categorization
2025-06-16 11:42:18 +02:00

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