mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-01 05:42:46 +00:00
Set up a development environment with docker (#387)
Signed-off-by: Konstantinos Sideris <sideris.konstantin@gmail.com>
This commit is contained in:
parent
27c335438f
commit
1bcb673e3c
17 changed files with 493 additions and 0 deletions
5
docker/postgres/create_db.sh
Normal file
5
docker/postgres/create_db.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
for db in account device mediaapi syncapi roomserver serverkey federationsender publicroomsapi naffka; do
|
||||
createdb -O dendrite dendrite_$db
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue