mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-28 18:30:24 +02:00
937 B
937 B
⚙️ Configuration & Setup
🔧 Create credentials & pull image
# Pull the latest EspoCRM image
docker pull espocrm/espocrm:latest
# If you need to pre‑create a config file, copy the default
# (the container will generate one automatically on first start)
🏗️ Initial deployment with Docker Compose
# Change into the instance directory created by the role
cd {{path_docker_compose_instances}}espocrm/
# Launch the stack
docker compose up -d
The first start can take a minute while EspoCRM initialises the database schema.
🔐 LDAP & OIDC authentication
Both mechanisms are supported out of the box:
- LDAP: Configure under Administration → Authentication → LDAP after the first login.
- OIDC: Configure under Administration → Authentication → OpenID Connect and paste the Issuer URL, Client ID and Client Secret from your IdP (Keycloak, Authentik, Entra ID, …).