Commit graph

4 commits

Author SHA1 Message Date
Renovate
1666f734e1 chore(deps): update alpine docker tag to v3.21 2025-03-04 16:17:50 +00:00
Kumi
dcb798450f
chore: add executable flag and bump version
Enables the entrypoint script by setting its executable permission in the Dockerfile,
ensuring proper container startup. Also updates the project version for the new release.
2025-02-26 09:15:11 +01:00
Kumi
a2f8284c55
feat: Refactors Docker setup to improve security and efficiency
Switches base image from Python to Alpine for a slimmer image and improved startup efficiency.

Uses a virtual environment for Python dependencies and adds a dedicated user for the application, enhancing security and environment isolation.

Introduces a new entrypoint script for better configuration of uWSGI server and updates Docker compose setup to include security options and resource limits. Removes old compose file in favor of a more secure configuration example.
2025-01-31 09:22:29 +01:00
blitzwing
de44c145e4 Add Dockerfile 2025-01-07 20:07:22 +00:00