Implement production deployment configuration including environment variable validation, logging setup, and error handling middleware. Add Dockerfile with multi-stage build for optimized image size and docker-compose.yml for orchestration. Configure health check endpoints and graceful shutdown procedures.
14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
Metadata-Version: 2.1
|
|
Name: Mololog
|
|
Version: 1.3.37
|
|
Summary: HTTP Logging service
|
|
Author: Retoor
|
|
Author-email: retoor@molodetz.nl
|
|
License: MIT
|
|
Requires-Python: >=3.7
|
|
Description-Content-Type: text/markdown
|
|
Requires-Dist: requests==2.32.3
|
|
Requires-Dist: aiohttp
|
|
Requires-Dist: app@ git+https://retoor.molodetz.nl/retoor/app@main
|
|
Requires-Dist: zhurnal@ git+https://retoor.molodetz.nl/retoor/zhurnal@main
|