Add some structure

This commit is contained in:
2025-12-10 06:41:26 +01:00
parent 413f5b7cfc
commit a89628cd10
71 changed files with 140 additions and 29 deletions

View File

@@ -3,7 +3,9 @@ services:
build: .
container_name: boardmate-api
ports:
- "8000:8000"
- "8000:8080"
environment:
- SPRING_BOOT_DOCKER_COMPOSE_TCP_CONNECT_PORT=8080
depends_on:
- mongodb
- elasticsearch