mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
remove health check
This commit is contained in:
@@ -23,10 +23,10 @@ Choose from a variety of deployment options listed below to get started.
|
||||
<Card title="Digital Ocean marketplace" color="#16a34a" href="deployment-options/digital-ocean-marketplace">
|
||||
Use our one click installer to deploy Infisical
|
||||
</Card>
|
||||
<Card title="Standard Docker Compose" color="#0285c7" href="deployment-options/docker-compose">
|
||||
<Card title="Docker Compose" color="#0285c7" href="deployment-options/docker-compose">
|
||||
Install Infisical using our Docker Compose template
|
||||
</Card>
|
||||
<Card title="Standalone Infisical" color="#0285c7" href="deployment-options/standalone-infisical">
|
||||
<Card title="Docker" color="#0285c7" href="deployment-options/standalone-infisical">
|
||||
Use the fully packaged, single docker image Infisical to deploy anywhere
|
||||
</Card>
|
||||
</CardGroup>
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
env: docker
|
||||
dockerfilePath: ./Dockerfile.standalone-infisical
|
||||
autoDeploy: false
|
||||
healthCheckPath: /api/status
|
||||
# healthCheckPath: /api/status
|
||||
repo: https://github.com/Infisical/infisical.git
|
||||
envVars:
|
||||
- key: ENCRYPTION_KEY
|
||||
|
||||
Reference in New Issue
Block a user