version: '3.7' services: bot: image: cupcakearmy/mercatus restart: unless-stopped volumes: - ./data.db:/app/data.db - ./config.yml:/app/config.yml:ro