version: '3.4' services: spotifyservice: image: ${DOCKER_REGISTRY-}spotifyservice build: context: . dockerfile: SpotifyService/Dockerfile identityprovider: image: ${DOCKER_REGISTRY-}identityprovider build: context: . dockerfile: IdentityProvider/Dockerfile spotifyworker: image: ${DOCKER_REGISTRY-}spotifyworker build: context: . dockerfile: SpotifyWorker/Dockerfile