* And make tailscale non-blocking
This commit is contained in:
parent
c7214472b0
commit
7514a43574
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue