From a393463707c91ca3cf9fa5d323ee6d369368aea7 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Tue, 30 Apr 2024 06:07:28 -0700 Subject: [PATCH] Add moshferatu.dev tunnel compose file --- README.md | 1 + moshferatu-dev.yaml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 moshferatu-dev.yaml diff --git a/README.md b/README.md index 23f8e54..03f39e7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Each service has its own YAML file which defines the configuration for that serv - [Immich](./immich.yaml) - [Jellyfin](./jellyfin.yaml) - [Jellyseer](./jellyseer.yaml) +- [Moshferatu.Dev](./moshferatu-dev.yaml) - [Navidrome](./navidrome.yaml) - [Pi-hole](./pi-hole.yaml) - [PostgreSQL](./postgresql.yaml) diff --git a/moshferatu-dev.yaml b/moshferatu-dev.yaml new file mode 100644 index 0000000..e16b14d --- /dev/null +++ b/moshferatu-dev.yaml @@ -0,0 +1,13 @@ +version: "3" +networks: + cloudflare-tunnel: + external: true +services: + moshferatu_dev: + image: cloudflare/cloudflared:latest + container_name: moshferatu-dev + command: tunnel --no-autoupdate run --token + networks: + cloudflare-tunnel: + ipv4_address: + restart: unless-stopped \ No newline at end of file