Fix paths for env files and build context in userbot Docker Compose

This commit is contained in:
2025-11-11 02:07:07 +01:00
parent 6d4dbe5530
commit 1ea91d65b7
+5 -5
View File
@@ -6,8 +6,8 @@ services:
container_name: userbot_forust
restart: unless-stopped
env_file:
- .env
- .env.forust
- userbot/.env
- userbot/.env.forust
volumes:
- ./userbot/volumes/data_forust:/app/data
- ./userbot/Downloads:/app/downloads
@@ -35,13 +35,13 @@ services:
userbot_anna:
build:
context: .
context: userbot/.
dockerfile: Dockerfile
container_name: userbot_anna
restart: unless-stopped
env_file:
- .env
- .env.anna
- userbot/.env
- userbot/.env.anna
volumes:
- ./userbot/volumes/data_anna:/app/data
- ./userbot/Downloads:/app/downloads