mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-05 05:34:17 -05:00
misc: corrected prod yaml and automated provisioning docs
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user