Files
WD-HN/docker-compose.yml
2026-05-28 16:24:47 +07:00

9 lines
181 B
YAML

services:
wedding-web:
build: .
image: ${IMAGE_NAME}:${IMAGE_TAG}
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports:
- "${HOST_PORT}:6070"