diff --git a/.dockerignore b/.dockerignore index f836c8d..a2b070b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -8,4 +8,5 @@ my_account.session .gitignore README.md .git -uv.lock \ No newline at end of file +uv.lock +.deepsource.toml \ No newline at end of file diff --git a/compose.yaml b/compose.yaml index 8714b67..f01019b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,6 +4,7 @@ services: context: . dockerfile: Dockerfile image: userbot:latest + pull_policy: never restart: unless-stopped env_file: - .env @@ -18,6 +19,9 @@ services: anna: image: userbot:latest + pull_policy: never + depends_on: + - forust restart: unless-stopped env_file: - .env diff --git a/requirements.txt b/requirements.txt index 7e26f79..a4c4499 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,3 +18,5 @@ aiohttp aiofiles pySmartDL qrcode +bottle +dulwich \ No newline at end of file