Initial commit

This commit is contained in:
2026-04-11 00:43:18 +02:00
commit a6a7bb9af5
3 changed files with 106 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
agent0:
image: agent0ai/agent-zero:latest
container_name: agent0
ports:
- "50001:80"
volumes:
- ./agent-zero-data:/a0/usr
restart: unless-stopped