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