2023-07-09 20:53:49 +00:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
bot:
|
2023-07-13 07:54:25 +00:00
|
|
|
image: ghcr.io/ua-fediland/ua-bot:main
|
2023-07-09 20:53:49 +00:00
|
|
|
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
|