BW_PASSWORD referenced via ${BW_PASSWORD} from a git-ignored .env instead
of plaintext in the tracked compose. Also records the account repoint to
adolf46@proton.me (the shared bw dir's actually-working account; the old
allogn creds were stale). Restores Claude's vault MCP and backs Adolf's
vault access (kb#64).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014t8Qg9gi7H7HtT8MncoXAB
26 lines
693 B
YAML
26 lines
693 B
YAML
services:
|
|
agap-mcp:
|
|
build: .
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
environment:
|
|
- PORT=3100
|
|
- NODE_TLS_REJECT_UNAUTHORIZED=0
|
|
- HTTPS_PROXY=
|
|
- HTTP_PROXY=
|
|
- ALL_PROXY=
|
|
- https_proxy=
|
|
- http_proxy=
|
|
- all_proxy=
|
|
- BITWARDENCLI_APPDATA_DIR=/bw-data
|
|
- BW_EMAIL=adolf46@proton.me
|
|
- BW_PASSWORD=${BW_PASSWORD}
|
|
- VAULTWARDEN_URL=http://localhost:8041
|
|
- GITEA_URL=http://localhost:3000
|
|
- HA_URL=http://192.168.1.4:8123
|
|
- ZABBIX_URL=http://192.168.1.4:81
|
|
- RADICALE_URL=http://localhost:5232
|
|
- RADICALE_USER=alvis
|
|
volumes:
|
|
- /home/alvis/.config/Bitwarden CLI:/bw-data
|