final_vers

This commit is contained in:
2025-02-28 22:23:13 +03:00
parent be24e124bb
commit 3392df2919
11 changed files with 343 additions and 37 deletions
+2 -2
View File
@@ -6,12 +6,12 @@ services:
container_name: python_bot
working_dir: /usr/src/app
volumes:
- .:/usr/src/app
- ./app:/usr/src/app
networks:
- rc_network
depends_on:
- mongodb
command: sh -c "pip install -r requirements.txt && python bot.py"
command: sh -c "pip install -r requirements.txt && python main.py"
mongodb:
image: mongo:latest