UA-Bot/docker-compose.yml

14 lines
260 B
YAML
Raw Normal View History

2023-07-09 20:53:49 +00:00
version: '3'
services:
bot:
build: .
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