Junhyuyk Seo

Add docker-compose

version: "3.9"
services:
mongo:
image: "mongo:latest"
ports:
- "27017:27017"
web:
build: ./TFT_WEB/
ports:
- "8484:8484"
apihandler:
build: ./TFT_API/
\ No newline at end of file