using more recent ffmpeg + code cleanup

This commit is contained in:
GlassedSilver
2022-04-18 07:29:28 +02:00
parent e7989e41f9
commit f79b254040
6 changed files with 55 additions and 16 deletions

View File

@@ -7,6 +7,8 @@ services:
ytdl_use_local_db: 'false'
write_ytdl_config: 'true'
restart: always
depends_on:
- ytdl-mongo-db
volumes:
- ./appdata:/app/appdata
- ./audio:/app/audio
@@ -23,5 +25,6 @@ services:
logging:
driver: "none"
container_name: mongo-db
restart: always
volumes:
- ./db/:/data/db