https://github.com/naskio/docker-tooljet
Docker compose configuration for ToolJet, ready to use
https://github.com/naskio/docker-tooljet
config docker docker-compose low-code no-code tooljet
Last synced: 3 months ago
JSON representation
Docker compose configuration for ToolJet, ready to use
- Host: GitHub
- URL: https://github.com/naskio/docker-tooljet
- Owner: naskio
- License: mit
- Created: 2022-01-05T16:42:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T10:47:12.000Z (over 3 years ago)
- Last Synced: 2025-01-07T20:23:42.278Z (4 months ago)
- Topics: config, docker, docker-compose, low-code, no-code, tooljet
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ToolJet
Docker compose configuration for ToolJet, ready to use
## prerequisites
- [Postgres](https://hub.docker.com/r/postgres/)
## Step-by-step instructions
- Configure `.env` file
- 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: `[email protected]`
- password: `password`
- ToolJet client would now be served at the URL you've set in `TOOLJET_HOST`## Further information
Read more at the [ToolJet website](https://docs.tooljet.com/docs/deployment/docker)
and [this](https://docs.tooljet.com/docs/deployment/env-vars/)