8 lines
155 B
YAML
8 lines
155 B
YAML
serivces:
|
|
protector-bot:
|
|
build: .
|
|
container_name: protector-bot
|
|
restart: unless-stopped
|
|
tty: true
|
|
environment:
|
|
- TOKEN=${TOKEN} |