summaryrefslogtreecommitdiff
path: root/templates/rss_bridge-compose.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rss_bridge-compose.yml.j2')
-rw-r--r--templates/rss_bridge-compose.yml.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/rss_bridge-compose.yml.j2 b/templates/rss_bridge-compose.yml.j2
new file mode 100644
index 0000000..3caaade
--- /dev/null
+++ b/templates/rss_bridge-compose.yml.j2
@@ -0,0 +1,10 @@
+services:
+ rss-bridge:
+ image: my-rss-bridge
+ restart: always
+ volumes:
+ - ./data/rss_bridge_config:/config
+ labels:
+{% with router_name="rssbridge", host_prefix="rb", container_port="80" %}
+{% include "util/traefik_labels.txt.j2" %}
+{% endwith %}