This commit is contained in:
Walter Hupfeld 2023-10-07 10:52:49 +02:00
parent 18d2d15cdb
commit a71e9777f0
3 changed files with 7 additions and 0 deletions

BIN
dump/data.sql.gz Normal file

Binary file not shown.

BIN
dump/district.sql.gz Normal file

Binary file not shown.

7
setup.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
docker compose stop
gunzip dump/data.sql.gz
gunzip dump/district.sql.gz
cp config.sample.php config.php
docker compose up -d