Fix paths for env files and build context in userbot Docker Compose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user