version: "3"
services:
VocalMaisBot:
build:
dockerfile: Dockerfile
context: .
image: vocalmaisbot
restart: unless-stopped
volumes:
- ./.token:/app/.token:ro
- ./channels.json:/app/channels.json
networks:
- vocalmaisbot
vocalmaisbot: