services: web: image: tmt-saqatravel:latest build: context: . dockerfile: Dockerfile container_name: tmt_saqatravel_app ports: - "8070:8080" - "8071:8081" environment: - ASPNETCORE_ENVIRONMENT=Production - ASPNETCORE_URLS=http://+:8080 restart: always