From 37ec03e9560badc2ac488096641f3c1075cee6d5 Mon Sep 17 00:00:00 2001 From: rrr-marble Date: Sat, 15 Oct 2022 06:33:18 +0300 Subject: [PATCH] msc: update readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fc3c88..07c411f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,15 @@ - postgresql 12 # Prepare -`mkdir ./previews` -`docker volume create --name=caddy_data` +- `mkdir ./previews` +- `docker volume create --name=caddy_data` +- use current address in martin section of map components + +# Production +- add domain to *Caddyfile* + +# Run +- `docker-compose --file docker/docker-compose.yml up --build -d` # Known restrictions - *models.py*, *schema.py*, and current representation of column headers in `headers` db table (as initialised by alembic migration script) **must** be kept in sync @@ -15,3 +22,4 @@ - *./previews* directory file structure **must** correspond to item *fadr/internal_id* # Known issues +- older (not recommended) vesions of Docker might require copying _Dockerfile.*_ into their respective directories and adjusting `Docker: ` instructions in *docker-compose.yml*