mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* Add initial template configuration for RSS Bridge in TOML format * Update meta.json to add documentation link for RSS Bridge --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
14 lines
209 B
YAML
14 lines
209 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
rss-bridge:
|
|
image: rssbridge/rss-bridge:latest
|
|
restart: unless-stopped
|
|
expose:
|
|
- 80
|
|
volumes:
|
|
- rssbridge-config:/config
|
|
|
|
volumes:
|
|
rssbridge-config: {}
|