From 365382e7df208caf0a602db02e8d4ef6f49807b2 Mon Sep 17 00:00:00 2001 From: morthimer Date: Sun, 9 Jun 2024 00:52:31 +0000 Subject: [PATCH] new: add yarr --- yarr/compose.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 yarr/compose.yml diff --git a/yarr/compose.yml b/yarr/compose.yml new file mode 100644 index 0000000..0461a12 --- /dev/null +++ b/yarr/compose.yml @@ -0,0 +1,25 @@ +services: + yarr: + container_name: yarr + image: ghcr.io/wakeful-cloud/yarr + volumes: + - ./appdata:/data + environment: + # Rootless Podman + - UID=0 + - GID=0 + networks: + - dmz + restart: unless-stopped + labels: + # Caddy + caddy: "*.{$$INT_DOMAIN}" + caddy.1_@rss: host rss.{$$INT_DOMAIN} + caddy.1_handle: "@rss" + caddy.1_handle.reverse_proxy: "{{upstreams 7070}}" + # Diun + diun.enable: true + +networks: + dmz: + external: true \ No newline at end of file