Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 630 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 630 Bytes

Deploy a database with data

For this example, we have defined a database schema (See [SPOT -- Database Schema.pdf](SPOT -- Database Schema.pdf)). We use :

To link others containers (api and front) with the database container, we use external docker network. If it is not already done, create it:

docker network create spot-network

Then, you can deploy the database and let it ingest your data:

docker-compose up -d