Added docker (w/o frontend)

This commit is contained in:
saber-nyan
2019-11-18 13:00:13 +03:00
parent ad411c477f
commit 39820daf1a
4 changed files with 57 additions and 0 deletions

5
Dockerfile_db Normal file
View File

@@ -0,0 +1,5 @@
FROM postgres:12.0-alpine
ENV POSTGRES_USER ${PACKMATE_DB_USER:-packmate}
ENV POSTGRES_PASSWORD ${PACKMATE_DB_PASSWORD:-packmate_secret_password}
ENV POSTGRES_DB ${PACKMATE_DB_DB:-packmate}