8 lines
149 B
YAML
8 lines
149 B
YAML
services:
|
|
bot:
|
|
build: .
|
|
container_name: parchex-bot
|
|
restart: unless-stopped
|
|
volumes:
|
|
- .:/usr/src/app
|
|
network_mode: host
|