diff --git a/docker-compose.yml b/docker-compose.yml index 6b9104c..c8dbe95 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,12 +3,17 @@ services: build: . container_name: uv_worker restart: unless-stopped - environment: - ENV=production - volumes: - .:/app - + logging: + driver: json-file + options: + max-size: "10m" + max-file: "3" + +volumes: + app_data: diff --git a/last_order_state.json b/last_order_state.json index 7c69375..aa43a1b 100644 --- a/last_order_state.json +++ b/last_order_state.json @@ -1 +1 @@ -{"id": 113014, "hash": "d5071b2c7b57c265453b798537872f21", "status": "processing", "total": "1290", "modified": "2026-03-27T13:24:04"} \ No newline at end of file +{"id": 113015, "hash": "f1221f9dad5bd5f0b969e74c71e13195", "status": "processing", "total": "1555", "modified": "2026-03-27T14:47:29"} \ No newline at end of file