refactor: userbots' compose-files cleanup

This commit is contained in:
2025-12-09 21:45:24 +01:00
parent f4c695f95e
commit 17cae71952
@@ -1,9 +1,8 @@
services:
userbot_forust:
forust:
build:
context: .
dockerfile: Dockerfile
container_name: userbot_forust
restart: unless-stopped
env_file:
- .env
@@ -16,11 +15,10 @@ services:
- 8.8.8.8
- 1.1.1.1
userbot_anna:
anna:
build:
context: .
dockerfile: Dockerfile
container_name: userbot_anna
restart: unless-stopped
env_file:
- .env
@@ -32,26 +30,3 @@ services:
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.anna
volumes:
downloads:
networks:
userbot_network:
driver: bridge