Commit message title00001

This commit is contained in:
yznahmad 2025-10-06 22:52:19 +03:00
parent 79410e28c3
commit 4daf0d0f9e

View File

@ -10,7 +10,7 @@ services:
volumes:
- mongodb_data:/data/db
ports:
- "27018:27017"
- "27017" # publish on a random host port
networks:
- infinity-network
healthcheck:
@ -38,7 +38,7 @@ services:
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
env_file: .env
ports:
- "8082:3000" # Let Docker assign a dynamic host port
- "3000" # publish on a random host port
networks:
- infinity-network