Skip to content

woording/woording-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

woording-db

Woording database

How to run:

docker build -t woording-db .
docker run --name woorddb -e POSTGRES_PASSWORD=mysecretpassword -d woording-db

after that:

docker exec -i -t woorddb /bin/bash
psql -U postgres postgres < /tmp/schema.sql

Releases

No releases published

Packages

No packages published