ThingsBoard container without embedded database
1.4K
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:
You can always change passwords for each account in account profile page.
Content type
Image
Digest
Size
496.9 MB
Last updated
over 5 years ago
docker pull ivanmorenoj/thingsboard