add Docker

This commit is contained in:
2019-08-04 20:06:12 +02:00
parent e31282e24e
commit 6d7f91e002
10 changed files with 777 additions and 1 deletions

5
docker/bin/psql Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
cd "$dir/../../"
docker-compose exec -T db psql -d dc-project -U dc-project "$@"