mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-21 23:13:31 +00:00
add pod-server to the 'rush docker' command (#8948)
Signed-off-by: Alexey Aristov <aav@acm.org>
This commit is contained in:
parent
ca90edacae
commit
e66b92123b
@ -245,7 +245,7 @@
|
|||||||
"summary": "Build docker with platform",
|
"summary": "Build docker with platform",
|
||||||
"description": "use to build all docker containers required for platform",
|
"description": "use to build all docker containers required for platform",
|
||||||
"safeForSimultaneousRushProcesses": true,
|
"safeForSimultaneousRushProcesses": true,
|
||||||
"shellCommand": "rush docker:build -p 20 --to @hcengineering/pod-server --to @hcengineering/pod-front --to @hcengineering/prod --to @hcengineering/pod-account --to @hcengineering/pod-workspace --to @hcengineering/pod-collaborator --to @hcengineering/tool --to @hcengineering/pod-print --to @hcengineering/pod-sign --to @hcengineering/pod-analytics-collector --to @hcengineering/rekoni-service --to @hcengineering/pod-ai-bot --to @hcengineering/import-tool --to @hcengineering/pod-stats --to @hcengineering/pod-fulltext --to @hcengineering/pod-love --to @hcengineering/pod-mail --to @hcengineering/pod-datalake --to @hcengineering/pod-inbound-mail --to @hcengineering/pod-export --to @hcengineering/pod-msg2file"
|
"shellCommand": "rush docker:build -p 20 --to @hcengineering/pod-server --to @hcengineering/pod-front --to @hcengineering/prod --to @hcengineering/pod-account --to @hcengineering/pod-workspace --to @hcengineering/pod-collaborator --to @hcengineering/tool --to @hcengineering/pod-print --to @hcengineering/pod-sign --to @hcengineering/pod-analytics-collector --to @hcengineering/rekoni-service --to @hcengineering/pod-ai-bot --to @hcengineering/import-tool --to @hcengineering/pod-stats --to @hcengineering/pod-fulltext --to @hcengineering/pod-love --to @hcengineering/pod-mail --to @hcengineering/pod-datalake --to @hcengineering/pod-inbound-mail --to @hcengineering/pod-export --to @hcengineering/pod-msg2file --to @hcengineering/pod-external"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"commandKind": "global",
|
"commandKind": "global",
|
||||||
|
@ -110,7 +110,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- files:/data
|
- files:/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mc", "ready", "local"]
|
test: ['CMD', 'mc', 'ready', 'local']
|
||||||
interval: 5s
|
interval: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user