Skip to content

Use Docker volume for postgres data?

Alf Eaton requested to merge alf/ink-api:pgdata into master

Instead of storing the postgres database in the source directory, this uses an external Docker volume (created with docker volume create --name=pgdata) to store the database.

Merge request reports