chore: update env defaults and add .env.example
This commit is contained in:
28
.env.example
Normal file
28
.env.example
Normal 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-...
|
||||||
@@ -98,7 +98,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
<<: *common-env
|
<<: *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...."}
|
ANTHROPIC_API_KEY: ${ANTHROPIC_API_KEY:-"sk-ant...."}
|
||||||
LLM_MODEL: ${LLM_MODEL:-deepseek}
|
LLM_MODEL: ${LLM_MODEL:-deepseek}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user