Files
homelab/userbot/compose.yaml
T
forust 0a31601b77 refactor: imporved layer caching for dockerfile
using existing built image for account 2
2026-05-21 22:12:33 +02:00

31 lines
620 B
YAML

services:
forust:
build:
context: .
dockerfile: Dockerfile
image: userbot:latest
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:
image: userbot:latest
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