From ce308c3ba0cb66b29ed7ec43b5957cd6c70e52c7 Mon Sep 17 00:00:00 2001 From: ChuXun <70203584+ChuXunYu@users.noreply.github.com> Date: Thu, 29 Jan 2026 07:40:58 +0800 Subject: [PATCH] 1 --- docker-compose.publish.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docker-compose.publish.yml diff --git a/docker-compose.publish.yml b/docker-compose.publish.yml new file mode 100644 index 0000000..3e1d08e --- /dev/null +++ b/docker-compose.publish.yml @@ -0,0 +1,16 @@ +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