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