FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cloudflared_network/docker-compose.yml.example at main · chrisvdev/cloudflared_network · GitHub
chrisvdev
/
cloudflared_network
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
9
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cloudflared_network
/
docker-compose.yml.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (23 loc) · 575 Bytes
Breadcrumbs
cloudflared_network
/
docker-compose.yml.example
Copy path
File metadata and controls
25 lines (23 loc) · 575 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
services:
cloudflared:
restart: always
container_name: cloudflared
image: chrisvdev23/cloudflared:2025.2.0-bookworm
networks:
- cloudflare
environment:
- UUID=<the_tunnel_uuid> // comment this to ingress on config mode
volumes:
- ./data:/home/flare/.cloudflared
landing_page:
image: nginx
container_name: landing_page
networks:
- cloudflare
restart: always
volumes:
- /home/user/your_landingpage_folder:/usr/share/nginx/html:ro
networks:
cloudflare:
name: cloudflare
driver: bridge
Back
|
FazBrowse Home
|
New Git URL