refactor: userbots' compose-files cleanup
This commit is contained in:
@@ -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
|
||||
@@ -31,27 +29,4 @@ services:
|
||||
- ./volumes/logs_anna:/app/logs
|
||||
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
|
||||
- 1.1.1.1
|
||||
Reference in New Issue
Block a user