Adding some Agent0 auth stuff

This commit is contained in:
2026-04-11 14:26:19 +02:00
parent 014ff8f8ed
commit a086899ea4
2 changed files with 20 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@ services:
volumes:
- ./agent-zero-data:/a0/usr
restart: unless-stopped
environment:
AUTH_LOGIN: ${AUTH_LOGIN}
AUTH_PASSWORD: ${AUTH_PASSWORD}
extra_hosts:
- "host.docker.internal:host-gateway" # reach host Ollama at http://host.docker.internal:11434