init codebase

This commit is contained in:
grillazz
2021-03-26 11:07:52 +01:00
parent 7e19d0f722
commit 51a296901f
21 changed files with 367 additions and 1 deletions

5
db/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
# pull official base image
FROM postgres:13-alpine
# run create.sql on init
ADD create.sql /docker-entrypoint-initdb.d