arcane formatting
This commit is contained in:
32
obsidian-logic/fulltext-rss/fulltext-rss.yml
Normal file
32
obsidian-logic/fulltext-rss/fulltext-rss.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
|
||||
# Full Text RSS
|
||||
# Converts RSS feed snipits into full text articles
|
||||
# Created by Five Filters
|
||||
# ↳ https://github.com/heussd/fivefilters-full-text-rss-docker
|
||||
|
||||
services:
|
||||
full-text-rss:
|
||||
image: heussd/fivefilters-full-text-rss:latest
|
||||
container_name: full-text-rss
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
# ports:
|
||||
# - 80:80
|
||||
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /home/fxequals/docker/full-text-rss/cache:/var/www/html/cache/rss
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
# Documentation available at https://github.com/heussd/fivefilters-full-text-rss-docker
|
Reference in New Issue
Block a user