This is a docker-compose setup for QuestDB
git clone https://github.com/Zapfmeister/questdb_compose.git
cd questdb_compose
docker-compose up -d
Default credentials for postgresql access are:
Variable | Entry |
---|---|
User | myuser |
Password | changeme |
You can update the credentials by updating the .env file:
nano .env
Configure logging via:
nano questdb/conf/log.conf
Please 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 |