Etappe 6: Sicherheit
- docker-compose.yml mit read_only: true, tmpfs, healthchecks - API- und Worker-Dockerfiles mit minimalem Image - requirements.txt für Python-Abhängigkeiten
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
celery==5.4.0
|
||||
redis==5.0.7
|
||||
redis==5.0.4
|
||||
requests==2.32.3
|
||||
sqlalchemy==2.0.32
|
||||
psycopg2-binary==2.9.9
|
||||
python-dotenv==1.0.1
|
||||
|
||||
Reference in New Issue
Block a user