添加 docker-compose.yaml

This commit is contained in:
2025-11-25 09:35:48 +00:00
parent 08624eb9be
commit d05d397548

13
docker-compose.yaml Normal file
View File

@@ -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