services: app: build: . command: node build/index.mjs volumes: - ./db/:/app/db/ environment: - BOT_TOKEN=${BOT_TOKEN}