config: set MAX_TODOS=100 and fix deployment

This commit is contained in:
2026-05-25 21:36:50 +02:00
parent a5a96d5472
commit eb460b62ac

View File

@@ -7,3 +7,4 @@ data:
DATABASE_HOST: postgres-service DATABASE_HOST: postgres-service
DATABASE_PORT: "5432" DATABASE_PORT: "5432"
APP_ENV: production APP_ENV: production
MAX_TODOS: "100"