Truy cập Web
- Komodo Core UI:
http://<IP>:9120 - Tài khoản quản trị: Dùng tên người dùng/mật khẩu bạn đã cung cấp trước khi triển khai.
- Thông tin đăng nhập được lưu an toàn trong
/root/komodo/compose.env. - Thông tin đăng nhập quản trị:
/root/komodo/compose.env.
Các đường dẫn quan trọng
/etc/komodo→ Thư mục gốc Periphery/etc/komodo/backups→ Bản sao lưu cơ sở dữ liệu/root/komodo/postgres-data→ Dữ liệu FerretDB/Postgres/root/komodo/ferretdb-state→ Trạng thái FerretDB/root/komodo/mongo-data→ Dữ liệu MongoDB/root/komodo/mongo-config→ Cấu hình MongoDB
Quản lý Docker Compose
# Start all containers
cd /root/komodo
docker compose -p komodo --env-file /root/komodo/compose.env up -d
# Restart all containers
cd /root/komodo
docker compose -p komodo restart
# View logs
cd /root/komodo
docker compose -p komodo logs -f