From abe2aeceab858d6ad3a838ffe2970a0e9e2a4606 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sat, 20 Jul 2024 16:20:13 -0500 Subject: Initial commit --- templates/podcast-compose.yml.j2 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/podcast-compose.yml.j2 (limited to 'templates/podcast-compose.yml.j2') diff --git a/templates/podcast-compose.yml.j2 b/templates/podcast-compose.yml.j2 new file mode 100644 index 0000000..825c859 --- /dev/null +++ b/templates/podcast-compose.yml.j2 @@ -0,0 +1,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 %} -- cgit v1.2.3