uptime-kuma: Uprev
Some checks failed
/ build-image (push) Failing after 15m7s

* And make tailscale non-blocking
This commit is contained in:
Peter Cai 2024-02-17 13:45:16 -05:00
parent c7214472b0
commit 7514a43574
2 changed files with 2 additions and 2 deletions

View file

@ -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 docker.io/louislam/uptime-kuma:1.21.2
FROM docker.io/louislam/uptime-kuma:1.23.11
# Default tailscale login server
ENV TAILSCALE_SERVER=https://controlplane.tailscale.com
ENV TAILSCALE_HOSTNAME=uptime-kuma

View file

@ -2,5 +2,5 @@
/usr/sbin/tailscaled -state=mem: &
sleep 1
tailscale up --login-server=$TAILSCALE_SERVER --authkey=$TAILSCALE_KEY --hostname=$TAILSCALE_HOSTNAME
tailscale up --login-server=$TAILSCALE_SERVER --authkey=$TAILSCALE_KEY --hostname=$TAILSCALE_HOSTNAME &
node /app/server/server.js