production setup

This commit is contained in:
2026-08-31 21:32:14 +04:00
parent e1ccf30afc
commit d7701b5b98
18 changed files with 38663 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Full game database dumps
Put the upstream `world` and `hotfixes` dumps here before the first
`docker compose up`. Both plain `.sql` and `.sql.gz` files are imported.
The repository intentionally does not ship those datasets. Do not use
`sql/base/dev`: those files contain empty developer schemas and are not a
playable game database.
If the database volume has already been initialized, add the dumps manually or
recreate the volume explicitly with `docker compose down -v` (this deletes all
database data).