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