添加 docker-compose.yaml

This commit is contained in:
2025-11-25 09:37:38 +00:00
parent c4f831dbcb
commit 294c1d6877

13
docker-compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
web:
image: 626064810415.dkr.ecr.us-west-1.amazonaws.com/raveai/rn-h5:${TAG}
container_name: rn-h5
networks:
- rn-network
ports:
- "8300:80"
restart: unless-stopped
networks:
rn-network:
external: true