Junhyuyk Seo

Add docker-compose

1 +version: "3.9"
2 +services:
3 + mongo:
4 + image: "mongo:latest"
5 + ports:
6 + - "27017:27017"
7 +
8 + web:
9 + build: ./TFT_WEB/
10 + ports:
11 + - "8484:8484"
12 +
13 + apihandler:
14 + build: ./TFT_API/
...\ No newline at end of file ...\ No newline at end of file