version: '3.5'
services:
  nenefootbot:
    image: bloaterbot:latest
    container_name: bloaterbot
    restart: unless-stopped
    volumes:
      - /opt/bloaterbot/config.toml:/app/config.toml
      - /opt/bloaterbot/bloater.db:/app/bloater.db
    networks:
      - expose
networks:
  expose:
    external: true