feat(deploy): server overlay and teamhub-deploy manifest for the VM
Some checks failed
CI / Backend (lint + tests + compose) (push) Has been cancelled
CI / Frontend (lint + type-check + build) (push) Has been cancelled

This commit is contained in:
Vadim Malanov
2026-07-11 10:22:00 +03:00
parent df9f926f73
commit 924888c951
2 changed files with 71 additions and 3 deletions

View File

@@ -17,9 +17,8 @@
},
"compose": {
"subdir": ".",
"files": ["docker-compose.prod.yml"],
"env_file": ".env.prod",
"env_render_target": ".env.prod"
"files": ["docker-compose.yml", "docker-compose.server.yml"],
"env_render_target": ".env"
},
"health": {
"base_url": "http://10.37.142.35:8050",