jotools/cubesql
cubeSQL (© sqlabs) - a fully featured and high performance sqlite based server
50K+
cubeSQL (© sqlabs) is a fully featured and high performance relational database management system built on top of the sqlite database engine.
Website: https://www.sqlabs.com/cubesql
Use at your own risk...
/data
4430
It is highly recommended to use an own volume. That allows you to use all cubesql data (settings, databases, backups, ...) with different/newer versions of Container or cubeSQL.
Docker on Synology
In order to have the data Volume easily accessible:
The default settings run cubeSQL on Port 4430.
All Data (settings, databases, backups) are located in /data
.
CUBESQL_PORT=4430
ENV CUBESQL_DATA=/data
ENV CUBESQL_SETTINGS=$CUBESQL_DATA/cubesql.settings
The following Docker Compose setups are combining cubeSQL Server and cubeSQL Web Admin:
You will need to register cubeSQL.
docker pull jotools/cubesql