asher/docker-compose.yml
2024-02-27 21:27:31 -05:00

17 lines
267 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
secrets:
botkey:
file: ./botkey.txt