From d05d397548088d8b26bd0a226747f798d5230689 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 25 Nov 2025 09:35:48 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20docker-compose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docker-compose.yaml diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..52e1c8e --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,13 @@ +services: + web: + image: code.paipai.life/frontend/rn-h5 + container_name: rn-h5 + networks: + - app-net + ports: + - "8300:80" + restart: unless-stopped + +networks: + app-net: + external: true \ No newline at end of file