Add hosting deployment setup and backend health endpoint
This commit is contained in:
9
deploy/.env.hosting.example
Normal file
9
deploy/.env.hosting.example
Normal 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
|
||||
Reference in New Issue
Block a user