services: sencho: image: saelix/sencho:latest build: . container_name: sencho restart: unless-stopped ports: - "3000:3000" volumes: - /var/run/docker.sock:/var/run/docker.sock - ./data:/app/data # Stacks Directory # Left Side = Path on your host server (Change this to your actual folder) # Right Side = Path inside Sencho (Do NOT change) - /path/to/your/docker/compose:/app/compose environment: # Tell Sencho's backend where to look inside the container - COMPOSE_DIR=/app/compose - DATA_DIR=/app/data # Generate a secure random string for this in production - JWT_SECRET=change-me-in-production