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