feat(api): add tags to event and user routes for better categorization

This commit is contained in:
Dominik 2025-06-16 11:09:43 +02:00 committed by Micha
parent 4b0f51f444
commit b5dfe9a4e3

View file

@ -3,6 +3,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
network: host
image: git.dominikstahl.dev/dhbw-we/meetup:main image: git.dominikstahl.dev/dhbw-we/meetup:main
ports: ports:
- '3000:3000' - '3000:3000'