We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de1c04 commit 01fb6a7Copy full SHA for 01fb6a7
docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
db:
3
container_name: db_container_${MODE}
4
- image: postgres:14.0
+ image: postgres:17
5
restart: always
6
volumes:
7
- ~/data/db/${DB_NAME}:/var/lib/postgresql/data
requirements.txt
@@ -2,4 +2,4 @@ vk_api
pydub
psycopg2-binary
environs
-yt_dlp==2025.01.15
+yt_dlp==2025.01.26
0 commit comments