From 24ca2723c9c3147f7b61f3b97bdc89198c6086e1 Mon Sep 17 00:00:00 2001 From: Mike Carr Date: Sun, 8 Dec 2024 08:15:08 -0800 Subject: [PATCH] cleanup --- .gitignore | 2 ++ docker-compose.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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: