README wording

This commit is contained in:
hh
2026-09-09 00:21:23 +02:00
parent 3b516022bd
commit 5fec257ab7
2 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
# {{ project_name }}
{% if project_description %}
{% if project_description and project_description != project_name %}
{{ project_description }}
{% endif %}
Runs in Docker, locally the same way as in production. Each part in `{{ parts | join('/`, `') }}/` brings its own `docker-compose.yml`, included from the root one. `COMPOSE_PROFILES` in `.env` selects the services that run on this machine. `docker-compose.override.yml` in each part holds what differs between machines: published ports and the aliases on the external `caddy` network.