parchex/docker-compose.yml

8 lines
141 B
YAML

services:
bot:
build: .
container_name: parchex-bot
restart: unless-stopped
volumes:
- .:/app
network_mode: host