summaryrefslogtreecommitdiff
path: root/templates/rss_bridge-compose.yml.j2
blob: 3caaade3606fc28ac5defea8c7558081515bf5f1 (plain)
1
2
3
4
5
6
7
8
9
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 %}