feat:rename subtree from frontend-vue to frontend

This commit is contained in:
zhaoweijie
2025-11-20 09:56:51 +08:00
parent 1aa9e280b0
commit ab8c9e294d
80 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: '3'
services:
agent-coord-font:
image: agent-coord:0.0.1
build:
context: ..
dockerfile: docker/Dockerfile
ports:
- "8080:80"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
environment:
- API_HOST="http://host.docker.internal:8000"
- BUILD_ENV=prod