Files
ai-safety-console-web/compose.yaml
T
baozaotumao2025 1b90e552a5 first commit
2026-07-18 21:10:39 +08:00

10 lines
205 B
YAML

services:
web:
build:
context: .
args:
VITE_API_BASE_URL: ${VITE_API_BASE_URL:-http://127.0.0.1:8000/api/v1}
ports:
- "${WEB_PORT:-8080}:80"
restart: unless-stopped