Initial lightweight AI agent admin
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
backend:
|
||||
build: ./backend
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
ports:
|
||||
- "127.0.0.1:18083:18083"
|
||||
Reference in New Issue
Block a user