feat: Update DNS handling and add port parameter for subdomain management

This commit is contained in:
2026-05-01 19:26:28 +02:00
parent cf7439c8ca
commit c2d931d3a4
3 changed files with 23 additions and 8 deletions
+2
View File
@@ -12,6 +12,8 @@ services:
mem_reservation: 192m
environment:
MONGO_INITDB_DATABASE: Invario_Website
ports:
- "27017:27017"
volumes:
- mongo_data:/data/db
healthcheck: