Adding some Agent0 auth stuff
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user