feat: Docker stack for PI WEB + Pi behind Traefik/Authelia
Compose services, Dockerfile, and deploy notes for pi.schwenk.online with OpenRouter and external Authelia middleware. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Copy to .env and fill in. Never commit .env.
|
||||
|
||||
# OpenRouter (recommended default provider for this stack)
|
||||
OPENROUTER_API_KEY=sk-or-v1-replace-me
|
||||
|
||||
# Host directory mounted at /workspaces inside the containers.
|
||||
# On boka, point at the projects Pi should see, e.g.:
|
||||
# WORKSPACE_HOST_PATH=/home/frank
|
||||
# For local smoke tests, leave unset to use ./workspaces
|
||||
WORKSPACE_HOST_PATH=./workspaces
|
||||
Reference in New Issue
Block a user