4 Star 2 Fork 1

mirrors_microsoft/dotnet-podcasts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
version: '3.4'
services:
podcast.api:
image: ${DOCKER_REGISTRY-}podcastminapi
build:
context: .
dockerfile: src/Services/Podcasts/Podcast.API/Dockerfile
depends_on:
- podcast.db
- storage
podcast.updater.worker:
image: ${DOCKER_REGISTRY-}podcastupdaterworker
build:
context: .
dockerfile: src/Services/Podcasts/Podcast.Updater.Worker/Dockerfile
depends_on:
- podcast.db
- podcast.api
- storage
podcast.db:
image: mcr.microsoft.com/mssql/server:2019-latest
listentogether.hub:
image: ${DOCKER_REGISTRY-}listentogetherhub
build:
context: .
dockerfile: src/Services/ListenTogether/ListenTogether.Hub/Dockerfile
depends_on:
- podcast.api
podcast.ingestion.worker:
image: ${DOCKER_REGISTRY-}podcastingestionworker
build:
context: .
dockerfile: src/Services/Podcasts/Podcast.Ingestion.Worker/Dockerfile
depends_on:
- podcast.db
- storage
podcast.web:
image: ${DOCKER_REGISTRY-}podcastweb
build:
context: .
dockerfile: src/Web/Server/Dockerfile
depends_on:
- podcast.api
storage:
image: mcr.microsoft.com/azure-storage/azurite:latest
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_microsoft/dotnet-podcasts.git
git@gitee.com:mirrors_microsoft/dotnet-podcasts.git
mirrors_microsoft
dotnet-podcasts
dotnet-podcasts
main

搜索帮助

A270a887 8829481 3d7a4017 8829481