chore(config): 添加配置卷映射到docker-compose.yml

为podcast-server服务添加了配置目录的卷映射,将主机的/opt/audio/config目录挂载到容器内的/app/config目录,以便于外部配置管理。
This commit is contained in:
hex2077
2025-10-05 23:14:56 +08:00
parent 3d8a31e4eb
commit bf837a4fb0

View File

@@ -26,6 +26,7 @@ services:
- "3100:8000"
volumes:
- /opt/audio/output:/app/server/output
- /opt/audio/config:/app/config
restart: always
container_name: podcast-server