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
|
container_name: userbot_forust
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- userbot/.env
|
||||||
- .env.forust
|
- userbot/.env.forust
|
||||||
volumes:
|
volumes:
|
||||||
- ./userbot/volumes/data_forust:/app/data
|
- ./userbot/volumes/data_forust:/app/data
|
||||||
- ./userbot/Downloads:/app/downloads
|
- ./userbot/Downloads:/app/downloads
|
||||||
@@ -35,13 +35,13 @@ services:
|
|||||||
|
|
||||||
userbot_anna:
|
userbot_anna:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: userbot/.
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: userbot_anna
|
container_name: userbot_anna
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- userbot/.env
|
||||||
- .env.anna
|
- userbot/.env.anna
|
||||||
volumes:
|
volumes:
|
||||||
- ./userbot/volumes/data_anna:/app/data
|
- ./userbot/volumes/data_anna:/app/data
|
||||||
- ./userbot/Downloads:/app/downloads
|
- ./userbot/Downloads:/app/downloads
|
||||||
|
|||||||
Reference in New Issue
Block a user