8 lines
184 B
YAML
8 lines
184 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
webhookshitposter:
|
||
|
build: .
|
||
|
volumes:
|
||
|
- ./config.js:/home/node/WebhookShitposter/config.js
|
||
|
- ./texts.d:/home/node/WebhookShitposter/texts.d
|