nhatrai . don't merge

This commit is contained in:
2026-05-28 16:42:34 +07:00
parent 2e6117c3a5
commit ba2a298878
6 changed files with 135 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
wedding-web:
build: .
image: ${IMAGE_NAME}:${IMAGE_TAG}
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports:
- "${HOST_PORT}:7060"