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