Skip to content

Instantly share code, notes, and snippets.

@davidondrej
Created February 5, 2026 17:19
Show Gist options
  • Select an option

  • Save davidondrej/94c5dd6018991131b373282c35dc6836 to your computer and use it in GitHub Desktop.

Select an option

Save davidondrej/94c5dd6018991131b373282c35dc6836 to your computer and use it in GitHub Desktop.
services:
agent-zero:
image: agent0ai/agent-zero
container_name: agent-zero
restart: unless-stopped
ports:
- 5080:80
volumes:
- /root/agentzero:/a0/usr
environment:
- AUTH_LOGIN=admin
- AUTH_PASSWORD=admin
- OPENROUTER_API_KEY=api_key_here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment