fix: pass LOCAL_OUTLINE_URL and LOCAL_OUTLINE_TOKEN to container
All checks were successful
Deploy / deploy (push) Successful in 12s
All checks were successful
Deploy / deploy (push) Successful in 12s
Both the deploy workflow (.env generation) and docker-compose were missing the local instance env vars, so entrypoint.sh never had them to write into settings.json. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -45,6 +45,8 @@ services:
|
||||
environment:
|
||||
- OUTLINE_URL=${OUTLINE_URL:-http://outline:3000}
|
||||
- OUTLINE_TOKEN=${OUTLINE_TOKEN}
|
||||
- LOCAL_OUTLINE_URL=${LOCAL_OUTLINE_URL:-}
|
||||
- LOCAL_OUTLINE_TOKEN=${LOCAL_OUTLINE_TOKEN:-}
|
||||
|
||||
volumes:
|
||||
tailscale-state:
|
||||
|
||||
Reference in New Issue
Block a user