version: '3.7' services: frontend_bt: image: caminsha/bt-frontend container_name: frontend-prod ports: - 3000:3000 backend-prod: image: caminsha/bt-backend container_name: frontend-prod environment: DEBUG: "no" PORT: 5000 HOST: "0.0.0.0"