Update Docker samples

This commit is contained in:
Neil Alexander 2020-10-13 09:50:11 +01:00
parent 8001627cfc
commit 2f578531ba
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 24 additions and 7 deletions

2
build/docker/postgres/create_db.sh Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
for db in account device mediaapi syncapi roomserver signingkeyserver keyserver federationsender appservice e2ekey naffka; do
createdb -U dendrite -O dendrite dendrite_$db