misc: corrected prod yaml and automated provisioning docs

This commit is contained in:
Sheen Capadngan
2025-12-16 01:42:33 +08:00
parent b260cceea2
commit 30a6286a2e
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ up-dev-metrics:
docker compose -f docker-compose.dev.yml --profile metrics up --build
up-prod:
docker-compose -f docker-compose.prod.yml up --build
docker compose -f docker-compose.prod.yml up --build
down:
docker compose -f docker-compose.dev.yml down

View File

@@ -9,7 +9,7 @@ services:
condition: service_healthy
redis:
condition: service_started
image: infisical/infisical:latest-postgres
image: infisical/infisical:latest # PIN THIS TO A SPECIFIC TAG
pull_policy: always
env_file: .env
ports:

View File

@@ -247,9 +247,9 @@ curl -X POST \
"projectDescription": "A project created via API",
"slug": "new-project-slug",
"template": "default",
"type": "SECRET_MANAGER"
"type": "secret-manager"
}' \
https://your-infisical-instance.com/api/v2/projects
https://your-infisical-instance.com/api/v1/projects
```
## Important Notes