Commit message title00001
This commit is contained in:
parent
79410e28c3
commit
4daf0d0f9e
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user