mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-07 22:53:55 -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
|
docker compose -f docker-compose.dev.yml --profile metrics up --build
|
||||||
|
|
||||||
up-prod:
|
up-prod:
|
||||||
docker-compose -f docker-compose.prod.yml up --build
|
docker compose -f docker-compose.prod.yml up --build
|
||||||
|
|
||||||
down:
|
down:
|
||||||
docker compose -f docker-compose.dev.yml down
|
docker compose -f docker-compose.dev.yml down
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
redis:
|
redis:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
image: infisical/infisical:latest-postgres
|
image: infisical/infisical:latest # PIN THIS TO A SPECIFIC TAG
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -247,9 +247,9 @@ curl -X POST \
|
|||||||
"projectDescription": "A project created via API",
|
"projectDescription": "A project created via API",
|
||||||
"slug": "new-project-slug",
|
"slug": "new-project-slug",
|
||||||
"template": "default",
|
"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
|
## Important Notes
|
||||||
|
|||||||
Reference in New Issue
Block a user