# ============================================================================= # Mnemosyne — Docker Compose environment # ============================================================================= # This file documents variables consumed by docker-compose.yaml itself # (image tags, port overrides, etc.). It is NOT the application config. # # Application config lives in mnemosyne/.env — copy mnemosyne/.env\ example # to mnemosyne/.env and fill in your values before running `docker compose up`. # # This file has no required variables for a default deployment: the compose # file uses a fixed image tag and port. Add overrides here if you parameterise # those in docker-compose.yaml (e.g. MNEMOSYNE_IMAGE, MNEMOSYNE_PORT). # =============================================================================