Project first commit
This commit is contained in:
commit
c54cb86b36
203 changed files with 39432 additions and 0 deletions
5
config/Dockerfile.secdb
Normal file
5
config/Dockerfile.secdb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM postgres:11-alpine
|
||||
|
||||
COPY secdb.sql .
|
||||
|
||||
CMD psql "postgresql://${DB_SEC_USERNAME:-security}:${DB_SEC_PASSWORD:-secpassword}@${DB_SEC_HOST:-db}/${DB_SEC_NAME:-security}" < secdb.sql
|
||||
Loading…
Add table
Add a link
Reference in a new issue