Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions cloudflared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This service creates the shared `cloudflare-exposed` bridge
network. Any service that needs external access must join
this network.

The tunnel also attaches to the `dokploy-network` so it can
reach services that are only published on that network
(those that don't declare `cloudflare-exposed`). Dokploy
provides `dokploy-network` automatically on deploy.

## How It Works

1. The `cloudflared` container establishes a tunnel
Expand Down
1 change: 1 addition & 0 deletions cloudflared/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
start_period: 30s
networks:
- cloudflare-exposed
- dokploy-network
environment:
- TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}
logging:
Expand Down