asher/docker-compose.yml
2024-02-27 23:05:08 -05:00

20 lines
341 B
YAML

version: "3.8"
services:
asher:
image: node:latest
restart: unless-stopped
init: true
volumes:
- ./asher:/asher
command: bash -c "cd /asher && npm i && npm run serve"
secrets:
- botkey
- default-channel
secrets:
botkey:
file: ./botkey.txt
default-channel:
file: ./defaultchannel.txt