bisgardo / concordium-docker

A collection of scripts and configuration files to build and deploy a containerized node for the Concordium blockchain.
The Unlicense
5 stars 2 forks source link

Compose: Add CCDScan to deployment as an override #53

Closed bisgardo closed 2 years ago

bisgardo commented 2 years ago

Adding feature ccdscan as an override (because it adds a new volume for the DB).

In a followup change, the front- and backends should be moved to the main Compose spec. Only the TimescaleDB running inside the deployment should be in an override. There should also be a new override for running the transaction logger PostgreSQL DB inside the deployment. These changes might as well be done together.