Add hosting deployment setup and backend health endpoint

This commit is contained in:
2026-03-18 19:00:19 +06:00
parent c839e16d60
commit e8e8ed6ba3
5 changed files with 118 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# Image tag produced by Drone (latest or build number)
IMAGE_TAG=latest
# Optional explicit image names
# BACKEND_IMAGE=registry.nevetime.ru/mc-panel-backend:latest
# FRONTEND_IMAGE=registry.nevetime.ru/mc-panel-frontend:latest
# External port for the frontend container
FRONTEND_PORT=80