Add hosting deployment setup and backend health endpoint
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2026-03-18 19:00:19 +06:00
parent de8ad67038
commit 27cbc50b69
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