Auto Merge of PR 203 - dockflare-healthcheck-auth-mod_2025-09-12T07-41-58
Merged by Trez.One
This commit was merged in pull request #203.
This commit is contained in:
+7
-2
@@ -1486,19 +1486,24 @@ services:
|
|||||||
TUNNEL_DNS_SCAN_ZONE_NAMES:
|
TUNNEL_DNS_SCAN_ZONE_NAMES:
|
||||||
TUNNEL_NAME: dockflared-tunnel
|
TUNNEL_NAME: dockflared-tunnel
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://localhost:5000/ping"]
|
||||||
|
interval: 1m30s
|
||||||
|
timeout: 30s
|
||||||
|
retries: 5
|
||||||
|
start_period: 30s
|
||||||
image: alplat/dockflare:stable # Or :unstable for the latest features
|
image: alplat/dockflare:stable # Or :unstable for the latest features
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Privacy/Security
|
homepage.group: Privacy/Security
|
||||||
homepage.name: DockFlare
|
homepage.name: DockFlare
|
||||||
homepage.href: https://cftunn.${MY_TLD}
|
homepage.href: https://cftunn.${MY_TLD}
|
||||||
homepage.icon: /icons/dockflare.png
|
homepage.icon: sh-dockflare.svg
|
||||||
homepage.description: Cloudflare Tunnel controller
|
homepage.description: Cloudflare Tunnel controller
|
||||||
homepage.widget.type: cloudflared
|
homepage.widget.type: cloudflared
|
||||||
homepage.widget.accountid: ${CLOUDFLARE_ACCOUNT_ID}
|
homepage.widget.accountid: ${CLOUDFLARE_ACCOUNT_ID}
|
||||||
homepage.widget.tunnelid: ${DOCKFLARE_CLOUDFLARE_TUNNEL_ID}
|
homepage.widget.tunnelid: ${DOCKFLARE_CLOUDFLARE_TUNNEL_ID}
|
||||||
homepage.widget.key: ${CLOUDFLAREDDNS_ENVIRONMENT_APITOKEN}
|
homepage.widget.key: ${CLOUDFLAREDDNS_ENVIRONMENT_APITOKEN}
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_auth: authelia
|
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
swag_url: cftunn.${MY_TLD}
|
swag_url: cftunn.${MY_TLD}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user