diff --git a/services/miniflux.yml b/services/miniflux.yml index 83e1184..4444209 100644 --- a/services/miniflux.yml +++ b/services/miniflux.yml @@ -13,4 +13,7 @@ services: - BASE_URL=https://miniflux.${DOMAIN} - DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres/miniflux?sslmode=disable - RUN_MIGRATIONS=1 + - CLEANUP_ARCHIVE_READ_DAYS=3650 # remove after 10 years + - CLEANUP_ARCHIVE_UNREAD_DAYS=-1 # never remove unread entries + - WEBAUTHN=1 restart: unless-stopped