feat: Add comprehensive blueprint collection and project setup

This commit is contained in:
Mauricio Siu
2025-03-09 23:30:52 -06:00
parent 0015373bb1
commit 813efefab9
356 changed files with 2909 additions and 14 deletions

View File

@@ -1,18 +0,0 @@
services:
cloudflared:
image: 'cloudflare/cloudflared:latest'
environment:
# Don't forget to set this in your Dokploy Environment
- 'TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}'
network_mode: host
restart: unless-stopped
command: [
"tunnel",
# More tunnel run parameters here:
# https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-run-parameters/
"--no-autoupdate",
#"--protocol", "http2",
"run"
]