Docker Containers
Přehled
Server provozuje 26 Docker kontejnerů pro různé služby.
Hlavní kontejnery
CRM & Business
| Container |
Image |
Port |
Účel |
| twenty |
twentycrm/twenty |
3080 |
CRM systém |
| directus |
directus/directus:11 |
8055 |
Headless CMS |
AI & ML
| Container |
Image |
Port |
Účel |
| docker-api-1 |
langgenius/dify-api:1.11.1 |
5001 |
Dify API |
| docker-worker-1 |
langgenius/dify-api:1.11.1 |
- |
Dify worker |
| docker-web-1 |
langgenius/dify-web:1.11.1 |
3000 |
Dify frontend |
| docker-qdrant-1 |
langgenius/qdrant:v1.8.3 |
6333-6334 |
Vector DB |
| docker-weaviate-1 |
semitechnologies/weaviate |
- |
Vector search |
Automation
| Container |
Image |
Port |
Účel |
| n8n |
n8nio/n8n:latest |
5678 |
Workflow automation |
Notes & Documentation
| Container |
Image |
Port |
Účel |
| blinko |
blinkospace/blinko |
1111 |
Quick notes |
| siyuan |
b3log/siyuan |
6806 |
Documentation |
Infrastructure
| Container |
Image |
Port |
Účel |
| kong |
kong:latest |
8000-8001 |
API Gateway |
| kong-database |
postgres:13-alpine |
5432 |
Kong DB |
| docker-db_postgres-1 |
postgres:15-alpine |
5432 |
Main DB |
| docker-redis-1 |
redis:6-alpine |
6379 |
Cache |
| docker-nginx-1 |
nginx:latest |
8080 |
Dify proxy |
Příkazy
# Seznam kontejnerů
docker ps -a
# Logy kontejneru
docker logs <container>
# Restart kontejneru
docker restart <container>
# Docker compose (Dify)
cd /opt/dify/docker && docker compose up -d
# Docker compose (Twenty)
cd /opt/twenty && docker compose up -d
Volumes a Data
| Služba |
Data path |
| Twenty |
/opt/twenty/data |
| Blinko |
/opt/blinko/data |
| SiYuan |
/opt/siyuan/workspace |
| Qdrant |
/opt/dify/docker/volumes/qdrant |
Aktualizováno: 2026-01-10