395 B
395 B
01-infra: Infrastructure Layer
Services
- Nginx Proxy Manager (port 80, 443, 81)
- Keycloak (port 8080)
- PostgreSQL (internal only)
Start
docker compose --env-file ../.env.global up -d
Access
- Nginx Proxy Manager: http://localhost:81
- Default: admin@example.com / changeme
- Keycloak: http://localhost:8080
- Admin: see KEYCLOAK_ADMIN in .env.global