diff --git a/.gitignore b/.gitignore index 5bc7af3..55cb411 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ __pycache__ /protect.moona /main.log +.idea +.idea/ \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 27a0cee..6ce0daa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,3 +10,13 @@ services: environment: - SECRET_KEY=your-secret-key restart: always + ports: + - "5000:5000" + deploy: + resources: + limits: + memory: 512M + cpus: "0.5" + reservations: + memory: 128M + cpus: "0.2"