Skip to content

Add PostgreSQL to example docker-compose script

Adam Coldrick requested to merge sotk/postgres-example into master

Description

This MR makes a small improvement to SQLDataStore to make it easier to run BuildGrid and a database in the same docker-compose file. It also updates the example docker-compose file to include a PostgreSQL container, and configures BuildGrid to use that database for storing its state.

This depends on !190 (merged) .

Merge request reports