chore: update env defaults and add .env.example

This commit is contained in:
2026-06-18 16:53:39 -05:00
parent 1e4dc06199
commit ea9d041908
2 changed files with 29 additions and 1 deletions

28
.env.example Normal file
View File

@@ -0,0 +1,28 @@
# Database
POSTGRES_DB=database
DB_NAME=database
DB_HOSTNAME=db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=SUp3r-pass*DB
# Tryton ERP
TRYTOND_VERSION=7.6
TRYTOND_PORT=18020
TRYTON_ADMIN_PASSWORD=admin
TRYTON_HOSTNAME=live
TRYTON_DATABASE=database
TRYTON_USERNAME=admin
TRYTON_PASSWORD=admin
TRYTON_PORT=8000
# Debug (pudb)
PUDB_PORT=8020
# MCP Server
MCP_SERVER_HOST=mcp
MCP_SERVER_PORT=3001
# Bot / LLM
LLM_MODEL=deepseek
DEEPSEEK_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-...

View File

@@ -98,7 +98,7 @@ services:
condition: service_healthy
environment:
<<: *common-env
DEEPSEEK_API_KEY: ${DEEPSEEK_API_KEY:-"sk-...."}
DEEPSEEK_API_KEY: ${DEEPSEEK_API_KEY:-"sk-deepsk...."}
ANTHROPIC_API_KEY: ${ANTHROPIC_API_KEY:-"sk-ant...."}
LLM_MODEL: ${LLM_MODEL:-deepseek}
healthcheck: