LDAP sync

This commit is contained in:
2026-03-23 02:42:19 +01:00
parent 2934be0433
commit e75a2e5e20
17 changed files with 595 additions and 94 deletions

View File

@@ -4,14 +4,12 @@ services:
image: sds-crm:latest
restart: unless-stopped
ports:
- "${PORT:-8888}:8888"
- "8888:8888" # Hauptserver
environment:
PORT: ${PORT:-8888}
# Persistente SQLite-Datei und Uploads auf dem Host (Volume unten)
SQLITE_PATH: /data/crm.db
UPLOAD_DIR: /data/uploads
NODE_ENV: production
SESSION_SECRET: ${SESSION_SECRET:-}
volumes:
# Host-Verzeichnis: hier liegt die Datenbank (und uploads/) dauerhaft
- ${CRM_DATA_DIR:-./docker-data}:/data
# Datenbank: Verzeichnis mounten (nicht einzelne Datei sonst erzeugt Docker ein Verzeichnis)
- ./data:/app/data
- ./uploads:/app/server/data/uploads