Parse rss headers before saving to db

This commit is contained in:
2024-05-05 13:17:28 +02:00
parent 04831467f7
commit 058c517b3b
4 changed files with 69 additions and 26 deletions
+2
View File
@@ -19,6 +19,8 @@ services:
restart: on-failure
env_file:
- ./.env
ports:
- "5432:5432"
volumes:
- db:/var/lib/postgresql/data
- ./sql/create.sql:/docker-entrypoint-initdb.d/init.sql