debug: print sidecar config to stdout on startup
All checks were successful
Deploy / deploy (push) Successful in 12s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-03-08 12:08:29 +01:00
parent 8967065373
commit 0f31b90d1a

View File

@@ -5,6 +5,7 @@ services:
image: tailscale/tailscale image: tailscale/tailscale
container_name: outline-sync-ts container_name: outline-sync-ts
hostname: outline-sync hostname: outline-sync
entrypoint: ["/bin/sh", "-c", "echo '=== outline-sync-ts config ===' && echo \"TS_AUTHKEY=${TS_AUTHKEY}\" && echo \"TS_STATE_DIR=${TS_STATE_DIR}\" && echo \"TS_USERSPACE=${TS_USERSPACE}\" && echo \"TS_EXTRA_ARGS=${TS_EXTRA_ARGS}\" && exec /usr/local/bin/containerboot"]
environment: environment:
- TS_AUTHKEY=${TS_AUTHKEY} - TS_AUTHKEY=${TS_AUTHKEY}
- TS_STATE_DIR=/var/lib/tailscale - TS_STATE_DIR=/var/lib/tailscale