Files
homelab/userbot/compose.yaml
T
forust 3c383db9a7
Deploy to Server / deploy (push) Has been cancelled
refactor: extract userbot to standalone repo, add as git submodule
userbot now lives at ssh://git@gitssh.forust.xyz:2221/forust/userbot.git
and is included in homelab as a submodule at userbot/
2026-06-19 15:39:00 +02:00

36 lines
741 B
YAML

services:
forust:
build:
context: .
dockerfile: Dockerfile
image: gcr.forust.xyz/forust/userbot:latest
pull_policy: build
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: gcr.forust.xyz/forust/userbot:latest
pull_policy: build
depends_on:
- forust
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