version: "3.7"

services:
  app:
    build: .
  networks: 
    - bot

networks: 
  bot:
    external: true