|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# Used on fly.io because it does not support sidecar containers
|
|
|
|
|
# The tailscale ephemeral key should be provided via the env variable TAILSCALE_KEY
|
|
|
|
|
# custom tailscale control plane can be specified with TAILSCALE_SERVER
|
|
|
|
|
FROM louislam/uptime-kuma:1.18.5
|
|
|
|
|
FROM docker.io/louislam/uptime-kuma:1.20.1
|
|
|
|
|
# Default tailscale login server
|
|
|
|
|
ENV TAILSCALE_SERVER=https://controlplane.tailscale.com
|
|
|
|
|
ENV TAILSCALE_HOSTNAME=uptime-kuma
|
|
|
|
|