use env vars for secrets (ETHICA_TOKEN/HOME/INTERVAL override config)

This commit is contained in:
2026-06-15 19:44:21 +02:00
parent 5c213972b6
commit f694a63518
5 changed files with 26 additions and 10 deletions
+1
View File
@@ -3,5 +3,6 @@ services:
image: ethica-agent:latest
build: .
restart: unless-stopped
env_file: .env # ETHICA_TOKEN, ETHICA_HOME, ETHICA_INTERVAL
volumes:
- ./ethica-agent.yml:/config/ethica-agent.yml:ro