Access Tianji
- Open uw webbrowser en ga naar:
http://<SERVER_IP>:12345 - Default account is
admin/admin. - Change the admin password immediately after first login.
- CHeck health:
http://<SERVER_IP>:12345/health
Belangrijke bestanden en mappen
- Installatiemap:
/root/tianji - Docker Compose-bestand:
/root/tianji/docker-compose.yml - Omgevingsconfiguratie:
/root/tianji/.env - PostgreSQL persistente gegevens:
/var/lib/docker/volumes/tianji_tianji-db-data/
Configuratie
Main configuration file: /root/tijani/.env
Wijzigingen toepassen:
cd /root/tianji
docker compose up -d
Servicemanagement
Controleer de status van de container:
docker ps
Restart all services:
docker compose -f /root/tianji/docker-compose.yml restart
View logs in real time:
docker compose -f /root/tianji/docker-compose.yml logs -f