Docker compose configuration for ToolJet, ready to use
- Configure
.envfile - Run
docker-compose up -d - seed the database with
docker-compose run server npm run db:seed - This seeds the database with a default user with the following credentials:
- email:
dev@tooljet.io - password:
password
- email:
- ToolJet client would now be served at the URL you've set in
TOOLJET_HOST
Read more at the ToolJet website and this