Skip to content

brewingagile/backoffice.brewingagile.org

Repository files navigation

backoffice.brewingagile.org

Gitter

Database

docker run -p 5432:5432 postgres:9

CREATE DATABASE brewingagile;
\c brewingagile
CREATE EXTENSION "uuid-ossp";

Edit the backend.conf:

  • username
  • password

Default from Docker container is postgresql and empty password.