Move userbot Docker Compose configuration for forust and anna services

This commit is contained in:
2025-11-11 01:57:44 +01:00
parent 6d855f2f53
commit 90d2abdf1d
@@ -1,7 +1,7 @@
services: services:
userbot_forust: userbot_forust:
build: build:
context: . context: userbot/.
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: userbot_forust container_name: userbot_forust
restart: unless-stopped restart: unless-stopped
@@ -9,9 +9,9 @@ services:
- .env - .env
- .env.forust - .env.forust
volumes: volumes:
- ./volumes/data_forust:/app/data - ./userbot/volumes/data_forust:/app/data
- ./Downloads:/app/downloads - ./userbot/Downloads:/app/downloads
- ./volumes/logs_forust:/app/logs - ./userbot/volumes/logs_forust:/app/logs
networks: networks:
- userbot_network - userbot_network
dns: dns:
@@ -20,13 +20,13 @@ services:
develop: develop:
watch: watch:
- action: sync - action: sync
path: ./modules path: ./userbot/modules
target: /app/modules target: /app/modules
- action: sync - action: sync
path: ./utils path: ./userbot/utils
target: /app/utils target: /app/utils
- action: sync - action: sync
path: ./main.py path: ./userbot/main.py
target: /app/main.py target: /app/main.py
- action: rebuild - action: rebuild
path: .env path: .env
@@ -43,9 +43,9 @@ services:
- .env - .env
- .env.anna - .env.anna
volumes: volumes:
- ./volumes/data_anna:/app/data - ./userbot/volumes/data_anna:/app/data
- ./Downloads:/app/downloads - ./userbot/Downloads:/app/downloads
- ./volumes/logs_anna:/app/logs - ./userbot/volumes/logs_anna:/app/logs
networks: networks:
- userbot_network - userbot_network
dns: dns:
@@ -54,13 +54,13 @@ services:
develop: develop:
watch: watch:
- action: sync - action: sync
path: ./modules path: ./userbot/modules
target: /app/modules target: /app/modules
- action: sync - action: sync
path: ./utils path: ./userbot/utils
target: /app/utils target: /app/utils
- action: sync - action: sync
path: ./main.py path: ./userbot/main.py
target: /app/main.py target: /app/main.py
- action: rebuild - action: rebuild
path: .env path: .env