mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 13:22:46 +00:00
Update Docker samples
This commit is contained in:
parent
8001627cfc
commit
2f578531ba
3 changed files with 24 additions and 7 deletions
2
build/docker/postgres/create_db.sh
Normal file → Executable file
2
build/docker/postgres/create_db.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue