UA-Bot/docker-compose.yml
2023-07-13 10:54:25 +03:00

14 lines
290 B
YAML

version: '3'
services:
bot:
image: ghcr.io/ua-fediland/ua-bot:main
env_file:
- ./.env
volumes:
- ./config.json:/app/config.json
- ./nicknames.txt:/app/nicknames.txt
- ./domains.txt:/app/domains.txt
extra_hosts:
- host.docker.internal:host-gateway