Add moshferatu.dev tunnel compose file
This commit is contained in:
parent
bd5b3458b9
commit
a393463707
@ -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
13
moshferatu-dev.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user