Remove unnecessary network and development configurations from userbot Docker Compose file

This commit is contained in:
2025-11-13 03:48:50 +01:00
parent 75874a2ff3
commit 1dacf1d67c
-19
View File
@@ -12,26 +12,9 @@ services:
- ./volumes/data_forust:/app/data
- ./Downloads:/app/downloads
- ./volumes/logs_forust-:/app/logs
networks:
- userbot_network
dns:
- 8.8.8.8
- 1.1.1.1
develop:
watch:
- action: sync
path: modules
target: /app/modules
- action: sync
path: utils
target: /app/utils
- action: sync
path: main.py
target: /app/main.py
- action: rebuild
path: .env
- action: rebuild
path: .env.forust
userbot_anna:
build:
@@ -46,8 +29,6 @@ services:
- ./volumes/data_anna:/app/data
- ./Downloads:/app/downloads
- ./volumes/logs_anna:/app/logs
networks:
- userbot_network
dns:
- 8.8.8.8
- 1.1.1.1