Files
rss-bridge-ntfy/docker-compose.yml
T
dimon 3f9b108482 RSS/Atom -> ntfy bridge with web UI, OPML import/export and RU/EN localization
Web-managed fork of nurefexc/rss-bridge-ntfy: Flask UI + REST API, background
sync engine (SQLite dedup, quiet hours, filters, flood protection, images),
OPML import/export and switchable interface/notification language.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 19:34:53 +08:00

17 lines
548 B
YAML

services:
rss-bridge-ntfy:
build: .
image: rss-bridge-ntfy-web:latest
container_name: rss-bridge-ntfy
restart: unless-stopped
ports:
- "8080:8080"
environment:
# Часовой пояс контейнера (для тихих часов и логов)
TZ: "Europe/Moscow"
# Порт веб-интерфейса внутри контейнера
PORT: "8080"
volumes:
# Все настройки, фиды, история и логи хранятся здесь
- ./data:/data