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