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