services: integration-tests: build: context: . dockerfile: SatelliteProvider.IntegrationTests/Dockerfile container_name: satellite-provider-integration-tests environment: - API_URL=http://api:8080 depends_on: api: condition: service_started restart: "no"