Files
Environment-Monitoring-System/docker-compose.publish.yml
ChuXun ce308c3ba0 1
2026-01-29 07:40:58 +08:00

17 lines
370 B
YAML

services:
backend:
build:
context: ./ems-backend
dockerfile: Dockerfile
image: docker.aizhangz.top/ems-backend:latest
platform: linux/amd64
frontend:
build:
context: ./ems-frontend
dockerfile: Dockerfile
args:
VITE_API_BASE_URL: /api
image: docker.aizhangz.top/ems-frontend:latest
platform: linux/amd64