Fixes: 1) Corrected `docker-compose.yml` to reference renamed Dockerfiles for `app`, `worker`, `stock_updater`, and `beat`; Extra: 1) Renamed Dockerfiles to align with consistent naming convention.
make-messages.ps1
compile-messages.ps1
pyproject.toml
Fixes: 1) Ensure `install.ps1` handles non-zero exit codes gracefully; 2) Remove redundant `vm.overcommit_memory` Docker sysctl setting; 3) Add explicit exit command to `starter.ps1` for clean terminations; Extra: Minor formatting and consistency improvements across ENTRYPOINT scripts;
systemctl enable --now chrony
Extra: Simplify Dockerfiles by removing unused chrony setup steps.
chrony
celery.py
Fixes: 1) Correct import of `TIME_ZONE` in `celery.py`; Extra: 1) Minor typo fixed in `Dockerfile.worker` (`python3p` → `python3`).
Fixes: 1) wtf go read diff; Extra: ???