2. Getting Started Development
2.1. Start Timescale DB
The production databse and the development database are the same. There is a extra docker-compose file for starting only the database. This container can be executed by running the following commands.
cd database
docker-compose up -d
-d option is for daemon. If you don’t want to start it in the background, remove this option. |