When deploying locally using Docker Compose, special attention must be paid to:
- hardware requirement::
- Minimum Requirements: 2-core CPU / 4GB RAM (Basic Features Only)
- Recommended Configuration: Quad-core CPU / 8GB RAM (includes vector database support)
- Data persistenceBy default, Postgres data will be destroyed when the container is terminated. It is necessary to
docker-compose.ymlConfigure volume mounting - Critical Port::
- 3000: Web Management Interface
- 8080: API service port
- Initialization Process::
- first visit
http://localhost:3000An administrator account must be created. - The SDK key must be generated within the UI; it cannot be modified directly in the database.
- first visit
- Debugging Tips: Run
docker compose logs -fReal-time viewing of service logs is available.
For long-term development environments, it is recommended to configure scheduled database backup scripts.
This answer comes from the articleLangfuse: an open source LLM application observation and debugging platformThe































