Commit Graph

5 Commits

Author SHA1 Message Date
Marko Milić
1ad5dfa6ae Make sure this PostgreSQL database password gets changed and removed
from the code
2025-11-14 13:14:03 +01:00
Marko Milić
d0c1289e77 feature/Fix security warning 2025-11-14 13:05:17 +01:00
Marko Milić
edde7e05bb Fixed "python image runs with root as the default user"
Added non-root user creation** (`appuser` with UID/GID 1000) - **Set
proper file ownership** for all application directories - **Switched
container execution** to non-root user with `USER appuser` - **Fixed
permission issues** for static files directory
2025-11-14 12:55:08 +01:00
Marko Milić
36993b64a4 feature/Copying recursively might inadvertently add sensitive data to
the container
2025-11-14 12:36:31 +01:00
Marko Milić
09d96788f5 feature/Add development docker compose 2025-09-03 15:09:27 +02:00