7 Commits

Author SHA1 Message Date
Yassine Guedidi 359c352fdc Remove the tracked parameters templates
Delete app/config/parameters.yml.dist and the Docker parameters template, stop the entrypoint from generating app/config/parameters.yml, and switch the tracked Docker env examples to the real env-first interface.

This removes the last tracked template artifacts only after the code and Composer layers are ready. That makes the repository cleanup easy to review before the docs and CI sweep.
2026-04-06 13:43:34 +02:00
Yassine Guedidi d988919448 Fix default DOMAIN_NAME to avoid Cross-Origin issues 2025-03-07 23:58:54 +01:00
Yassine Guedidi 9a95f55b9c Use redis scheme for Redis 2025-02-22 13:34:09 +01:00
Yassine Guedidi 2c061289dc Fix database_path default value 2025-01-19 22:29:07 +01:00
Yassine Guedidi 7962972011 Remove SESSION_HANDLER 2024-01-20 09:55:48 +01:00
Yassine Guedidi 1efe54859f Fix SQLite database location 2022-05-03 06:47:58 +02:00
Kevin Decherf f51008aef0 Update docker-compose and Dockerfile for dev env
This change should ease the spawn of a development environment.
It can be used as a vscode devcontainer.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2022-04-04 10:10:55 +02:00