First commit

This commit is contained in:
2019-05-08 16:38:12 +08:00
commit d504997def
172 changed files with 66423 additions and 0 deletions

4
psql-start.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
sudo docker rm postgres --force
sudo docker run -d -e POSTGRES_USER="tapit" -e POSTGRES_PASSWORD="secret-tapit-password" -e POSTGRES_DB="tapit" --name postgres postgres