From 041ee577f41e9489032ee751fbed7abbc4ffd77e Mon Sep 17 00:00:00 2001 From: morthimer Date: Mon, 10 Jun 2024 00:55:07 +0000 Subject: [PATCH] new: add Stirling-PDF --- stiling-pdf/compose.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 stiling-pdf/compose.yml diff --git a/stiling-pdf/compose.yml b/stiling-pdf/compose.yml new file mode 100644 index 0000000..36bef83 --- /dev/null +++ b/stiling-pdf/compose.yml @@ -0,0 +1,19 @@ +services: + s-pdf: + container_name: s-pdf + image: frooodle/s-pdf + restart: unless-stopped + networks: + - dmz + labels: + # Caddy + caddy: "*.{$$INT_DOMAIN}" + caddy.1_@spdf: "host spdf.{$$INT_DOMAIN}" + caddy.1_handle: "@spdf" + caddy.1_handle.reverse_proxy: "{{upstreams 8080}}" + # Diun + diun.enable: true + +networks: + dmz: + external: true