Refactored docker-compose.yml to expose ports and specify environment

This commit is contained in:
2026-03-03 17:46:14 +02:00
parent 36cab3f5ea
commit ac224fd665

View File

@@ -5,4 +5,6 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "8080:8081"
- "8081:8081"
environment:
- ASPNETCORE_ENVIRONMENT=Development