infisical: fully bootstrapped — machine identity, env vars, profiles wired

This commit is contained in:
2026-07-07 22:01:43 +02:00
parent 24b8772d72
commit 806795c63d
2 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ services:
# Redis (required by Infisical — Phase 5)
redis:
image: redis:7-alpine
profiles: ["infisical"]
profiles: ["infisical", "full"]
volumes:
- redis-data:/data
healthcheck:
@@ -137,7 +137,7 @@ services:
# Infisical self-hosted (Phase 5 secrets management)
infisical:
image: infisical/infisical:latest
profiles: ["infisical"]
profiles: ["infisical", "full"]
depends_on:
postgres:
condition: service_healthy