use env vars for secrets (ETHICA_TOKEN/HOME/INTERVAL override config)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user