This ThingsBoard in docker container based in this repo.
This version doesn't contain postgres database inside container, so you can add your own database or use one from docker compose file.
Clone git repo
git clone https://github.com/ivanmorenoj/thingsboard-docker.git
cd thingsboard-docker
Init ThingsBoard with docker-compose
docker-compose up -d
See logs
docker-compose logs
docker stack deploy -c swarm-deploy.yml tb
After executing this command you can open http://{yor-host-ip}:9090 in your browser.
You should see ThingsBoard login page. Use the following default credentials:
- Systen Administrator: [email protected] / sysadmin
- Tenant Administrator: [email protected] / tenant
- Customer User: [email protected] / customer
You can always change passwords for each account in account profile page.