refactor: userbots' compose-files cleanup

This commit is contained in:
2025-12-09 21:45:24 +01:00
parent ce66a546f1
commit a699ceb935
+32
View File
@@ -0,0 +1,32 @@
services:
forust:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env_file:
- .env
- .env.forust
volumes:
- ./volumes/data_forust:/app/data
- ./Downloads:/app/downloads
- ./volumes/logs_forust-:/app/logs
dns:
- 8.8.8.8
- 1.1.1.1
anna:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env_file:
- .env
- .env.anna
volumes:
- ./volumes/data_anna:/app/data
- ./Downloads:/app/downloads
- ./volumes/logs_anna:/app/logs
dns:
- 8.8.8.8
- 1.1.1.1