This is a docker-compose setup for QuestDB
git clone https://github.com/Zapfmeister/questdb_compose.git
cd questdb_compose
docker-compose up -dDefault credentials for postgresql access are:
| Variable | Entry |
|---|---|
| User | myuser |
| Password | changeme |
You can update the credentials by updating the .env file:
nano .envConfigure logging via:
nano questdb/conf/log.confPlease note that the environment variables set in docker-compose.yml take priority over settings in the configuration files!
Further configuration is available via environment variables within the docker-compose.yml file. The available configuration variables can be found in the QuestDB Variables section. (See Links below)
| Name | Link |
|---|---|
| QuestDB Github | https://github.com/questdb/questdb |
| QuestDB Documentation | https://questdb.io/docs/introduction |
| QuestDB Variables | https://questdb.io/docs/reference/configuration |
| QuestDB Docker Hub | https://hub.docker.com/r/questdb/questdb |