Add moshferatu.dev tunnel compose file

This commit is contained in:
moshferatu 2024-04-30 06:07:28 -07:00
parent bd5b3458b9
commit a393463707
2 changed files with 14 additions and 0 deletions

View File

@ -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)

13
moshferatu-dev.yaml Normal file
View File

@ -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 <token>
networks:
cloudflare-tunnel:
ipv4_address: <static ip>
restart: unless-stopped