diff --git a/.gitignore b/.gitignore index a91e9ee..4e761ac 100644 --- a/.gitignore +++ b/.gitignore @@ -165,3 +165,5 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +logs \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index e13d25a..896be5a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,4 +1,4 @@ -version: '3.8' + services: flask_app: