This commit is contained in:
2026-05-28 16:24:47 +07:00
parent 1359817b4b
commit 7dde30748c
7 changed files with 138 additions and 2 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}:6070"