summaryrefslogtreecommitdiff
path: root/templates/podcast-compose.yml.j2
blob: 825c859afc7023136f7d7bceec67c2f9205318bc (plain)
1
2
3
4
5
6
7
8
9
10
11
services:
  podcast_nginx:
    container_name: podcast_nginx
    image: nginx
    restart: always
    volumes:
      - "./data/podcast:/usr/share/nginx/html"
    labels:
{% with router_name="podcast", host_prefix="podcast", container_port="80" %}
{% include "util/traefik_labels.txt.j2" %}
{% endwith %}