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