docker-compose.yml 190 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 version: "3.9" services: mongo: image: "mongo:latest" ports: - "27017:27017" web: build: ./TFT_WEB/ ports: - "8484:8484" apihandler: build: ./TFT_API/